Fix scenario name

This commit is contained in:
Sheetal Nandi 2019-10-17 12:00:41 -07:00
parent 1531c9ec21
commit 6caa92800f
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace ts {
verifyTsc({
scenario: "demo",
subScenario: "in master branch with everything setup correctly, reports no error",
subScenario: "in master branch with everything setup correctly and reports no error",
fs: () => projFs,
commandLineArgs: ["--b", "/src/tsconfig.json", "--verbose"]
});