Fixed implicit any

This commit is contained in:
Bill Ticehurst 2016-07-10 21:49:13 -07:00
parent a7467a1d2b
commit b75053cae3

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'.