Skip to content

Commit 1918d53

Browse files
authored
Add matchFiles test to Gulpfile
This was merged while the gulpfile was still in-progress
1 parent 9cd1f78 commit 1918d53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Gulpfile.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ const harnessSources = harnessCoreSources.concat([
153153
"commandLineParsing.ts",
154154
"convertCompilerOptionsFromJson.ts",
155155
"convertTypingOptionsFromJson.ts",
156-
"tsserverProjectSystem.ts"
156+
"tsserverProjectSystem.ts",
157+
"matchFiles.ts",
157158
].map(function (f) {
158159
return path.join(unittestsDirectory, f);
159160
})).concat([

0 commit comments

Comments
 (0)