fixed lint error

This commit is contained in:
Bill Ticehurst 2016-07-10 21:40:38 -07:00
parent 2ab1143f1c
commit a7467a1d2b

View file

@ -479,7 +479,7 @@ class ProjectRunner extends RunnerBase {
it("Baseline of emitted result (" + moduleNameToString(moduleKind) + "): " + testCaseFileName, () => {
if (testCase.baselineCheck) {
let errs = [];
const errs = [];
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'.