diff --git a/Gruntfile.js b/Gruntfile.js index 4a2d074..2d860e3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -20,7 +20,7 @@ module.exports = function(grunt) { eslint: { src: ["browser-polyfill.in.js", "Gruntfile.js"], - tests: ["tests/**/*.js"], + test: ["test/**/*.js"], }, replace: {