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 a7467a1 commit b75053cCopy full SHA for b75053c
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
- const errs = [];
+ const errs: Error[] = [];
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