aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/gulpfile.js')
-rw-r--r--js/gulpfile.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/gulpfile.js b/js/gulpfile.js
index bdc4212b..d8f8ef4a 100644
--- a/js/gulpfile.js
+++ b/js/gulpfile.js
@@ -88,3 +88,7 @@ gulp.task('test_commonjs', ['make_commonjs_out'], function (cb) {
cb(err);
});
});
+
+gulp.task('test', ['test_closure', 'test_commonjs'], function(cb) {
+ cb();
+});