Skip to content

Commit

Permalink
Update src/testRunner/unittests/tsc/cancellationToken.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Wesley Wigham <wewigham@microsoft.com>
  • Loading branch information
sheetalkamat and weswigham authored May 20, 2024
1 parent d9fce93 commit 516c734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/testRunner/unittests/tsc/cancellationToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import {
libFile,
} from "../helpers/virtualFileSystemWithWatch.js";

describe("unittests:: tsc:: builder cancellationToken:: sheetal", () => {
describe("unittests:: tsc:: builder cancellationToken", () => {

verifyCancellation(/*useBuildInfo*/ true, "when emitting buildInfo");
verifyCancellation(/*useBuildInfo*/ false, "when using state");
function verifyCancellation(useBuildInfo: boolean, scenario: string) {
Expand Down

0 comments on commit 516c734

Please sign in to comment.