Skip to content

Commit 5cc1ea4

Browse files
committed
Remove debugging leftover
1 parent d9fce93 commit 5cc1ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testRunner/unittests/tsc/cancellationToken.ts

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

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

0 commit comments

Comments
 (0)