diff --git a/Gruntfile.js b/Gruntfile.js index a5d04c3..65093f2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -156,7 +156,7 @@ module.exports = function (grunt) { } }); - grunt.task.run('simplemocha:node'); + grunt.task.run(['lint', 'concat:test', 'simplemocha:single', 'clean']); }); grunt.registerTask('lint', ['jshint', 'jscs']);