mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-08 12:55:49 -05:00
rename tests
This commit is contained in:
@@ -16,4 +16,4 @@
|
||||
////
|
||||
//// }
|
||||
|
||||
verify.rangeAfterCodeFix(`import {Calculator} from "./file1"`, /*includeWhiteSpace*/ true, /*errorCode*/ 0);
|
||||
verify.rangeAfterCodeFix(`import {Calculator} from "./file1"`, /*includeWhiteSpace*/ true, /*errorCode*/ undefined);
|
||||
|
||||
@@ -13,4 +13,4 @@ verify.rangeAfterCodeFix(`{
|
||||
for (const elem of ["a", "b", "c"]) {
|
||||
elem;
|
||||
}
|
||||
}`);
|
||||
}`, /*includeWhiteSpace*/ true);
|
||||
|
||||
Reference in New Issue
Block a user