mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix fourslash test
This commit is contained in:
@@ -1884,7 +1884,7 @@ module FourSlash {
|
||||
);
|
||||
assert.equal(
|
||||
expected.join(","),
|
||||
actual.fileNameList.map( file => {
|
||||
actual.fileNames.map( file => {
|
||||
return file.replace(this.basePath + "/", "");
|
||||
}).join(",")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user