You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subScenario: `skips builds downstream projects if upstream projects have errors with stopBuildOnErrors${skipReferenceCoreFromTest ? " when test does not reference core" : ""}`,
verifyIncrementalErrors("when preserveWatchOutput is not used",ts.emptyArray);
318
318
verifyIncrementalErrors("when preserveWatchOutput is passed on command line",["--preserveWatchOutput"]);
319
+
verifyIncrementalErrors("when stopBuildOnErrors is passed on command line",["--stopBuildOnErrors"]);
320
+
321
+
[false,true].forEach(skipReferenceCoreFromTest=>
322
+
verifyTscWatch({
323
+
scenario: "programUpdates",
324
+
subScenario: `skips builds downstream projects if upstream projects have errors with stopBuildOnErrors${skipReferenceCoreFromTest ? " when test does not reference core" : ""}`,
0 commit comments