Skip to content

Commit

Permalink
Require init on mocha args
Browse files Browse the repository at this point in the history
  • Loading branch information
ssh24 committed Jun 16, 2017
1 parent 45c68e7 commit d32b4e3
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 d32b4e3

Please sign in to comment.