mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 02:30:15 -06:00
enable running all tsserverProjectSystem tests
This commit is contained in:
parent
e934c30513
commit
0e4b8196f3
@ -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);
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user