From 12b4fc7f3a3076de60d8a5c0d9b3ccd05ca3bab7 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Wed, 7 Sep 2016 00:15:40 -0700 Subject: [PATCH] Make sure to run typescript tests with regular tests --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- 2.47.2