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:
parent
bf5c040971
commit
e65c0e128e
@ -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']
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user