Fixed implicit any

(cherry picked from commit b75053cae3)
This commit is contained in:
Bill Ticehurst
2016-07-10 21:49:13 -07:00
parent f8a92611eb
commit f5769875e5

View File

@@ -479,7 +479,7 @@ class ProjectRunner extends RunnerBase {
it("Baseline of emitted result (" + moduleNameToString(moduleKind) + "): " + testCaseFileName, () => {
if (testCase.baselineCheck) {
const errs = [];
const errs: Error[] = [];
ts.forEach(compilerResult.outputFiles, outputFile => {
// There may be multiple files with different baselines. Run all and report at the end, else
// it stops copying the remaining emitted files from 'local/projectOutput' to 'local/project'.