mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-26 00:36:29 -05:00
Fix tests run in parallel
This commit is contained in:
@@ -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*/);
|
||||
|
||||
Reference in New Issue
Block a user