Added explicit test task, which includes the integration tests.
This commit is contained in:
@ -103,6 +103,7 @@ module.exports = function (grunt) {
|
|||||||
|
|
||||||
// Default task.
|
// Default task.
|
||||||
// grunt.registerTask('docs', ['docular']);
|
// grunt.registerTask('docs', ['docular']);
|
||||||
grunt.registerTask('default', ['jshint', 'mochaTest']);
|
grunt.registerTask('test', ['jshint', 'mochaTest']);
|
||||||
|
grunt.registerTask('default', ['jshint', 'mochaTest:unit']);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user