We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fce93 commit 516c734Copy full SHA for 516c734
src/testRunner/unittests/tsc/cancellationToken.ts
@@ -17,7 +17,8 @@ import {
17
libFile,
18
} from "../helpers/virtualFileSystemWithWatch.js";
19
20
-describe("unittests:: tsc:: builder cancellationToken:: sheetal", () => {
+describe("unittests:: tsc:: builder cancellationToken", () => {
21
+
22
verifyCancellation(/*useBuildInfo*/ true, "when emitting buildInfo");
23
verifyCancellation(/*useBuildInfo*/ false, "when using state");
24
function verifyCancellation(useBuildInfo: boolean, scenario: string) {
0 commit comments