add test task as npm script
This commit is contained in:
@@ -193,6 +193,14 @@ module.exports = function(grunt) {
|
||||
'jscs'
|
||||
]);
|
||||
|
||||
grunt.registerTask('test', [
|
||||
'clean:test',
|
||||
'clean:tmp',
|
||||
'babel:distTestNoSystemJs',
|
||||
'babel:distTestsSpecsNoSystemJs',
|
||||
'mochaTest'
|
||||
]);
|
||||
|
||||
grunt.registerTask('bench', [
|
||||
'clean:test',
|
||||
'clean:tmp',
|
||||
|
||||
Reference in New Issue
Block a user