Lint unit tests via harnessSources in Jakefile.js

This commit is contained in:
Nathan Shively-Sanders
2016-05-24 10:17:16 -07:00
parent 92d465d01f
commit 3d841b20a7
18 changed files with 925 additions and 913 deletions
+1 -1
View File
@@ -974,7 +974,7 @@ var servicesLintTargets = [
return path.join(servicesDirectory, s);
});
var lintTargets = compilerSources
.concat(harnessCoreSources)
.concat(harnessSources)
// Other harness sources
.concat(["instrumenter.ts"].map(function(f) { return path.join(harnessDirectory, f) }))
.concat(serverCoreSources)