From 1918d53f22ebc58918773f8e083e8d69a8be3193 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 23 Jun 2016 14:31:25 -0700 Subject: [PATCH] Add matchFiles test to Gulpfile This was merged while the gulpfile was still in-progress --- Gulpfile.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gulpfile.ts b/Gulpfile.ts index fbe938f4da..6ac4eb5e23 100644 --- a/Gulpfile.ts +++ b/Gulpfile.ts @@ -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([