chore(Gruntfile): remove jasmine_node (not needed atm)
This commit is contained in:
parent
06cf214249
commit
0cc8599b56
|
@ -246,7 +246,7 @@ module.exports = function(grunt) {
|
|||
'watch'
|
||||
]);
|
||||
|
||||
grunt.registerTask('auto-test', [ 'jasmine_node', 'watch:jasmine_node' ]);
|
||||
grunt.registerTask('auto-test', [ 'karma:unit' ]);
|
||||
|
||||
grunt.registerTask('default', [ 'jshint', 'test', 'build', 'jsdoc' ]);
|
||||
};
|
Loading…
Reference in New Issue