jshint tests

This commit is contained in:
Kasper Moskwiak 2015-12-20 12:01:23 +01:00
parent 1121c822d9
commit 437ecd076c
3 changed files with 12 additions and 3 deletions

View file

@ -81,4 +81,8 @@ module.exports = function(grunt) {
'qunit',
'concat',
'uglify']);
grunt.registerTask('test', [
'jshint'
]);
};