Require init on mocha args
This commit is contained in:
parent
7493df1d68
commit
5d9f69285d
|
@ -9,7 +9,7 @@
|
|||
"scripts": {
|
||||
"pretest": "node pretest.js",
|
||||
"lint": "eslint .",
|
||||
"test": "mocha --timeout 10000 test/*.js",
|
||||
"test": "mocha --timeout 10000 --require test/init.js test/*.js",
|
||||
"posttest": "npm run lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue