Skip to content

Commit

Permalink
test win
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed May 9, 2022
1 parent 93f4add commit 5afb52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -48,7 +48,7 @@ module.exports = function(grunt) {

// "npm test" runs these tasks
grunt.registerTask('test', '', function(reporter) {
grunt.task.run(['eslint', 'nodeunit:' + (reporter || 'all'), 'subgrunt']);
grunt.task.run(['nodeunit:' + (reporter || 'all'), 'subgrunt']);
});

// Default task.
Expand Down

0 comments on commit 5afb52f

Please sign in to comment.