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 5cc1ea4Copy full SHA for 5cc1ea4
src/testRunner/unittests/tsc/cancellationToken.ts
@@ -17,7 +17,7 @@ import {
17
libFile,
18
} from "../helpers/virtualFileSystemWithWatch.js";
19
20
-describe("unittests:: tsc:: builder cancellationToken:: sheetal", () => {
+describe("unittests:: tsc:: builder cancellationToken::", () => {
21
verifyCancellation(/*useBuildInfo*/ true, "when emitting buildInfo");
22
verifyCancellation(/*useBuildInfo*/ false, "when using state");
23
function verifyCancellation(useBuildInfo: boolean, scenario: string) {
0 commit comments