From d1ec2e18cdf454f48995a860c6d4238188189642 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 26 Apr 2015 23:16:10 -0700 Subject: [PATCH] build(gulp): add test.unit.tools to test.js task --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index fbd1b25963..e742c8cc05 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -285,7 +285,7 @@ createDocsTasks(false); // CI tests suites gulp.task('test.js', function(done) { - runSequence('test.transpiler.unittest', 'docs/test', 'test.unit.js/ci', + runSequence('test.unit.tools/ci', 'test.transpiler.unittest', 'docs/test', 'test.unit.js/ci', 'test.unit.cjs/ci', done); });