mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-17 00:34:47 -05:00
Test case when final project isnt composite project
This commit is contained in:
@@ -632,6 +632,8 @@ export const b = new A();`);
|
||||
|
||||
verifyOutFileScenario("baseline sectioned sourcemaps", noop);
|
||||
|
||||
verifyOutFileScenario("when final project is not composite but uses project references", fs => replaceFileContent(fs, "/src/third/tsconfig.json", `"composite": true,`, ""));
|
||||
|
||||
describe("downstream prepend projects always get rebuilt", () => {
|
||||
function verify(modifyFs: (fs: vfs.FileSystem) => void, ...expectedDiagnostics: fakes.ExpectedDiagnostic[]) {
|
||||
const fs = outFileFs.shadow();
|
||||
|
||||
Reference in New Issue
Block a user