From: Iskren Chernev Date: Wed, 7 Sep 2016 07:15:40 +0000 (-0700) Subject: Make sure to run typescript tests with regular tests X-Git-Tag: 2.15.0~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b4fc7f3a3076de60d8a5c0d9b3ccd05ca3bab7;p=thirdparty%2Fmoment.git Make sure to run typescript tests with regular tests --- diff --git a/Gruntfile.js b/Gruntfile.js index 5cbcb11d0..4e97299e7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -191,7 +191,7 @@ module.exports = function (grunt) { require('load-grunt-tasks')(grunt); // Default task. - grunt.registerTask('default', ['lint', 'test:node']); + grunt.registerTask('default', ['lint', 'test']); // linting grunt.registerTask('lint', ['jshint', 'jscs']);