From 5afb52fa668cd3e7bbe214b0ba603d5309dfdbcf Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Sun, 8 May 2022 21:07:59 -0400 Subject: [PATCH] test win --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c0519abe2..1806e3f0a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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.