Merge pull request #9338 from Microsoft/gulpfile-missing-file

Add matchFiles test to Gulpfile
This commit is contained in:
Wesley Wigham
2016-06-23 15:01:28 -07:00
committed by GitHub

View File

@@ -153,7 +153,8 @@ const harnessSources = harnessCoreSources.concat([
"commandLineParsing.ts",
"convertCompilerOptionsFromJson.ts",
"convertTypingOptionsFromJson.ts",
"tsserverProjectSystem.ts"
"tsserverProjectSystem.ts",
"matchFiles.ts",
].map(function (f) {
return path.join(unittestsDirectory, f);
})).concat([