Updated test to test file contents.

This commit is contained in:
Daniel Rosenwasser
2018-05-14 16:15:01 -07:00
parent 291e44e7e3
commit 123edced90
@@ -4,8 +4,10 @@
// @noEmit: true
// @Filename: a.js
////[|// @ts-check|]
////[|// @ts-check
////var x = "";
////x = 1;
////x = 1;|]
verify.rangeAfterCodeFix("// @ts-nocheck", /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 1);
verify.rangeAfterCodeFix(`// @ts-nocheck
var x = "";
x = 1;`, /*includeWhiteSpace*/ false, /*errorCode*/ undefined, /*index*/ 1);