From: Evert Timberg Date: Fri, 28 Aug 2015 22:52:46 +0000 (-0400) Subject: This should run the unit tests from the CI system X-Git-Tag: 2.0.0-alpha4~37^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c1a0cbc16b597276443137f932d87d4de0bfe86;p=thirdparty%2FChart.js.git This should run the unit tests from the CI system --- diff --git a/gulpfile.js b/gulpfile.js index 560c6b496..46c1f2b88 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -133,7 +133,7 @@ gulp.task('watch', function() { gulp.watch('./src/**', ['build', 'unittest']); }); -gulp.task('test', ['jshint', 'valid']); +gulp.task('test', ['jshint', 'valid', 'unittest']); gulp.task('size', ['library-size', 'module-sizes']);