enable running all tsserverProjectSystem tests

This commit is contained in:
Arthur Ozga 2017-11-27 15:14:40 -08:00
parent e934c30513
commit 0e4b8196f3

View file

@ -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);
});
});
});
}