diff --git a/gruntfile.js b/gruntfile.js index d0ac828907..646acd3b12 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -27,7 +27,11 @@ module.exports = function(grunt) { options: { livereload: true } - } + }, + test: { + files: '*', + tasks: ['test'] + } }, jshint: { all: ['gruntfile.js', 'public/js/**/*.js', 'test/**/*.js', 'app/**/*.js']