Fix tests: Allow single files to be run
This commit is contained in:
parent
a3377a5579
commit
41198ff031
21 changed files with 21 additions and 32 deletions
|
|
@ -88,12 +88,12 @@ module.exports = function(grunt) {
|
|||
mochaTest: {
|
||||
tests: {
|
||||
options: {
|
||||
require: 'test/mocha_node_setup.js',
|
||||
require: 'setup/node.js',
|
||||
reporter: 'spec',
|
||||
mocha: require('mocha')
|
||||
},
|
||||
src: [
|
||||
'test/models/*.js',
|
||||
'test/*.js',
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue