Skip to content

Commit

Permalink
Merge pull request #4 from iamcdonald/fix-tests
Browse files Browse the repository at this point in the history
stop mocha from using latest *
  • Loading branch information
stevemao authored May 15, 2020
2 parents 35f5d53 + 03dfe20 commit 3e5f728
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 @@ -37,7 +37,7 @@
"istanbul": "^0.4.4",
"jscs": "^3.0.5",
"jshint": "^2.7.0",
"mocha": "*"
"mocha": "^2.5.1"
},
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
Expand Down

0 comments on commit 3e5f728

Please sign in to comment.