We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab1143 commit a7467a1Copy full SHA for a7467a1
src/harness/projectsRunner.ts
@@ -479,7 +479,7 @@ class ProjectRunner extends RunnerBase {
479
480
it("Baseline of emitted result (" + moduleNameToString(moduleKind) + "): " + testCaseFileName, () => {
481
if (testCase.baselineCheck) {
482
- let errs = [];
+ const errs = [];
483
ts.forEach(compilerResult.outputFiles, outputFile => {
484
// There may be multiple files with different baselines. Run all and report at the end, else
485
// it stops copying the remaining emitted files from 'local/projectOutput' to 'local/project'.
0 commit comments