mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
enable running all tsserverProjectSystem tests
This commit is contained in:
@@ -474,6 +474,8 @@ namespace ts.projectSystem {
|
||||
}
|
||||
|
||||
describe("tsserverProjectSystem", () => {
|
||||
|
||||
describe("general functionality", () => {
|
||||
const commonFile1: FileOrFolder = {
|
||||
path: "/a/b/commonFile1.ts",
|
||||
content: "let x = 1"
|
||||
@@ -6470,4 +6472,5 @@ namespace ts.projectSystem {
|
||||
verifyWatchedDirectories(/*useProjectAtRoot*/ false);
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user