Add matchFiles test to Gulpfile

This was merged while the gulpfile was still in-progress
This commit is contained in:
Wesley Wigham 2016-06-23 14:31:25 -07:00 committed by GitHub
parent 9cd1f786c3
commit 1918d53f22

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([