mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 05:41:22 -06:00
Fix the test since tsbuildinfo is now always emitted (629bc0c)
This commit is contained in:
parent
ec4ea0e474
commit
138f757709
@ -325,7 +325,7 @@ namespace ts {
|
||||
};
|
||||
testProjectReferences(spec, "/alpha/tsconfig.json", (program, host) => {
|
||||
program.emit();
|
||||
assert.deepEqual(host.outputs.map(e => e.file).sort(), ["/alpha/bin/src/a.d.ts", "/alpha/bin/src/a.js"]);
|
||||
assert.deepEqual(host.outputs.map(e => e.file).sort(), ["/alpha/bin/src/a.d.ts", "/alpha/bin/src/a.js", "/alpha/bin/tsconfig.tsbuildinfo"]);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user