mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 07:29:16 -05:00
Fix the test since tsbuildinfo is now always emitted (629bc0c)
This commit is contained in:
@@ -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"]);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user