Merge pull request #301 from strongloop/fix/require-init

Require init on mocha args
This commit is contained in:
Sakib Hasan 2017-06-16 11:58:10 -04:00 committed by GitHub
commit 881f1584ed
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"scripts": { "scripts": {
"pretest": "node pretest.js", "pretest": "node pretest.js",
"lint": "eslint .", "lint": "eslint .",
"test": "mocha --timeout 10000 test/*.js", "test": "mocha --timeout 10000 --require test/init.js test/*.js",
"posttest": "npm run lint" "posttest": "npm run lint"
}, },
"dependencies": { "dependencies": {