1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

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, laxcomma: true,
expr: 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" "url": "https://github.com/hacksalot/HackMyResume.git"
}, },
"scripts": { "scripts": {
"test": "grunt test", "test": "grunt clean && mocha",
"grunt": "grunt" "grunt": "grunt"
}, },
"keywords": [ "keywords": [