Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ce4366c

Browse files
author
scottbommarito
committed
tsFiles
1 parent 38b3ba7 commit ce4366c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ gulp.task("compile-test", function () {
111111
var ts = require("gulp-typescript");
112112
var insert = require("gulp-insert");
113113

114-
return gulp.src([testPath + "/test.ts"])
114+
return gulp.src([testPath + tsFiles])
115115
.pipe(ts(tsCompileOptions))
116116
.pipe(insert.prepend(compiledSourceWarningMessage))
117117
.pipe(gulp.dest(path.join(binPath, testPath)));

0 commit comments

Comments
 (0)