Skip to content

Commit 6caa928

Browse files
committed
Fix scenario name
1 parent 1531c9e commit 6caa928

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/testRunner/unittests/tsbuild/demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace ts {
1111

1212
verifyTsc({
1313
scenario: "demo",
14-
subScenario: "in master branch with everything setup correctly, reports no error",
14+
subScenario: "in master branch with everything setup correctly and reports no error",
1515
fs: () => projFs,
1616
commandLineArgs: ["--b", "/src/tsconfig.json", "--verbose"]
1717
});

0 commit comments

Comments
 (0)