mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 11:24:49 -05:00
Fix tests
This commit is contained in:
@@ -85,8 +85,8 @@ namespace ts.projectSystem {
|
||||
});
|
||||
const { file: _, ...renameTextOfMyConstInLib } = locationOfMyConstInLib;
|
||||
assert.deepEqual(response.locs, [
|
||||
{ file: myConstFile, locs: [{ start: myConstStart, end: myConstEnd }] },
|
||||
{ file: locationOfMyConstInLib.file, locs: [renameTextOfMyConstInLib] }
|
||||
{ file: locationOfMyConstInLib.file, locs: [renameTextOfMyConstInLib] },
|
||||
{ file: myConstFile, locs: [{ start: myConstStart, end: myConstEnd }] }
|
||||
]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user