diff --git a/Gruntfile.js b/Gruntfile.js index ae15fac..536fe8d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -38,7 +38,7 @@ module.exports = function (grunt) { laxcomma: true, expr: true }, - all: ['Gruntfile.js', 'src/**/*.js', 'test/**/*.js'] + all: ['Gruntfile.js', 'src/**/*.js', 'test/*.js'] } }; diff --git a/package.json b/package.json index 36504f8..6658c7f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/hacksalot/HackMyResume.git" }, "scripts": { - "test": "grunt test", + "test": "grunt clean && mocha", "grunt": "grunt" }, "keywords": [