Skip to content

Commit 516c734

Browse files
Update src/testRunner/unittests/tsc/cancellationToken.ts
Co-authored-by: Wesley Wigham <[email protected]>
1 parent d9fce93 commit 516c734

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/testRunner/unittests/tsc/cancellationToken.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ import {
1717
libFile,
1818
} from "../helpers/virtualFileSystemWithWatch.js";
1919

20-
describe("unittests:: tsc:: builder cancellationToken:: sheetal", () => {
20+
describe("unittests:: tsc:: builder cancellationToken", () => {
21+
2122
verifyCancellation(/*useBuildInfo*/ true, "when emitting buildInfo");
2223
verifyCancellation(/*useBuildInfo*/ false, "when using state");
2324
function verifyCancellation(useBuildInfo: boolean, scenario: string) {

0 commit comments

Comments
 (0)