Fix tests run in parallel

This commit is contained in:
Ryan Cavanaugh 2018-05-24 13:01:44 -07:00
parent 07812796d1
commit d9bfbfe3be

View File

@ -21,6 +21,7 @@ namespace ts {
const host = new fakes.CompilerHost(fs);
const builder = createSolutionBuilder(host, reportDiagnostic, { dry: false, force: false, verbose: false });
clearDiagnostics();
fs.chdir("/src/tests");
builder.buildProjects(["."]);
assertDiagnosticMessages(/*empty*/);