mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Fix tests run in parallel
This commit is contained in:
parent
07812796d1
commit
d9bfbfe3be
@ -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*/);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user