Fix tests glitch.

This commit is contained in:
hacksalot 2015-12-29 03:50:00 -05:00
parent bf5c040971
commit e65c0e128e
2 changed files with 2 additions and 2 deletions

View File

@ -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']
}
};

View File

@ -7,7 +7,7 @@
"url": "https://github.com/hacksalot/HackMyResume.git"
},
"scripts": {
"test": "grunt test",
"test": "grunt clean && mocha",
"grunt": "grunt"
},
"keywords": [