rename tests

This commit is contained in:
Arthur Ozga 2017-06-08 19:22:23 -07:00
parent 8a3aaefff4
commit a6e8cd7bcb
3 changed files with 2 additions and 2 deletions

View file

@ -16,4 +16,4 @@
////
//// }
verify.rangeAfterCodeFix(`import {Calculator} from "./file1"`, /*includeWhiteSpace*/ true, /*errorCode*/ 0);
verify.rangeAfterCodeFix(`import {Calculator} from "./file1"`, /*includeWhiteSpace*/ true, /*errorCode*/ undefined);

View file

@ -13,4 +13,4 @@ verify.rangeAfterCodeFix(`{
for (const elem of ["a", "b", "c"]) {
elem;
}
}`);
}`, /*includeWhiteSpace*/ true);