mocha testing
This commit is contained in:
parent
c1e066fd1c
commit
6c4e476555
@ -48,13 +48,15 @@
|
|||||||
"grunt-contrib-watch": "~0.5.3",
|
"grunt-contrib-watch": "~0.5.3",
|
||||||
"grunt-concurrent": "~0.4.2",
|
"grunt-concurrent": "~0.4.2",
|
||||||
"grunt-nodemon": "~0.1.2",
|
"grunt-nodemon": "~0.1.2",
|
||||||
"grunt-mocha-test": "~0.8.1"
|
"grunt-mocha-test": "~0.8.1",
|
||||||
|
"should": "~2.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt-contrib-watch": "latest",
|
"grunt-contrib-watch": "latest",
|
||||||
"grunt-contrib-jshint": "latest",
|
"grunt-contrib-jshint": "latest",
|
||||||
"grunt-nodemon": "latest",
|
"grunt-nodemon": "latest",
|
||||||
"grunt-concurrent": "latest",
|
"grunt-concurrent": "latest",
|
||||||
"grunt-mocha-test": "latest"
|
"grunt-mocha-test": "latest",
|
||||||
|
"should": "latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
test/mocha.opts
Normal file
4
test/mocha.opts
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
--require should
|
||||||
|
-R spec
|
||||||
|
--ui bdd
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user