Skip to content

Commit

Permalink
pin mocha to 6.0.2
Browse files Browse the repository at this point in the history
mochajs/mocha#3866 broke tests on Node v6
  • Loading branch information
borisovg committed Apr 7, 2019
1 parent 8c5eef5 commit 9e1f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/package.json
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"chai": "^4.2.0",
"codecov": "^3.3.0",
"mocha": "^6.0.2",
"mocha": "6.0.2",
"nyc": "^13.3.0",
"rewire": "^4.0.1"
}
Expand Down

0 comments on commit 9e1f78f

Please sign in to comment.