Use string literal type for script kind names

This commit is contained in:
zhengbli
2016-04-19 15:17:36 -07:00
parent a2035a572e
commit cc58e2d7eb
5 changed files with 9 additions and 9 deletions

View File

@@ -14,6 +14,6 @@
//// var t;
//// t.
goTo.file("test.ts", /*content*/ undefined, ".js");
goTo.file("test.ts", /*content*/ undefined, "JS");
goTo.eof();
verify.completionListContains("toExponential");