Skip to content

Commit

Permalink
chore: revert back to Mocha 4 (#3313)
Browse files Browse the repository at this point in the history
Mocha 5+ dropped support for IE 8 and IE 9. This leads to failing
BrowserStack tests, so reverting back to version 4 until Karma decides
to drop support for the mentioned browsers.
  • Loading branch information
devoto13 authored and johnjbarton committed May 25, 2019
1 parent 1205bce commit 5e11340
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 505 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -450,7 +450,7 @@
"karma-script-launcher": "^1.0.0",
"load-grunt-tasks": "^4.0.0",
"mkdirp": "^0.5.0",
"mocha": "^6.1.4",
"mocha": "^4.1.0",
"mocks": "^0.0.15",
"proxyquire": "^2.1.0",
"puppeteer": "^1.9.0",
Expand Down

0 comments on commit 5e11340

Please sign in to comment.