Skip to content

Commit

Permalink
Merge pull request #377 from strongloop/fix/require-init
Browse files Browse the repository at this point in the history
Require init on mocha args
  • Loading branch information
Sakib Hasan authored Jun 16, 2017
2 parents 45c68e7 + d32b4e3 commit 2485b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"benchmarks": "make benchmarks",
"leak-detection": "make leak-detection",
"test": "mocha -G --timeout 10000 test/*.test.js",
"test": "mocha -G --timeout 10000 --require test/init.js test/*.test.js",
"lint": "eslint .",
"posttest": "npm run lint"
},
Expand Down

0 comments on commit 2485b12

Please sign in to comment.