Skip to content

Commit

Permalink
Fix test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jan 21, 2018
1 parent 1a40fbb commit 45f324d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"sinon": "^4.0.0"
},
"scripts": {
"test": "nyc mocha test/** -r ./test/before",
"test": "nyc mocha test/**/* -r ./test/before",
"prepublish": "nsp check",
"pretest": "eslint .",
"precommit": "lint-staged",
Expand Down

0 comments on commit 45f324d

Please sign in to comment.