Skip to content

Commit a878641

Browse files
authored
Update gulpfile.js
1 parent 27e909d commit a878641

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
@@ -104,7 +104,7 @@ gulp.task("build-test", function() {
104104
.on("error", function(err) {
105105
process.exit(1);
106106
})
107-
.js.pipe(gulp.dest("."));
107+
.js.pipe(gulp.dest("./test/"));
108108
});
109109

110110
gulp.task("mocha", function() {

0 commit comments

Comments
 (0)