Skip to content

Commit 5e11340

Browse files
devoto13johnjbarton
authored andcommitted
chore: revert back to Mocha 4 (#3313)
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.
1 parent 1205bce commit 5e11340

2 files changed

Lines changed: 63 additions & 505 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@
450450
"karma-script-launcher": "^1.0.0",
451451
"load-grunt-tasks": "^4.0.0",
452452
"mkdirp": "^0.5.0",
453-
"mocha": "^6.1.4",
453+
"mocha": "^4.1.0",
454454
"mocks": "^0.0.15",
455455
"proxyquire": "^2.1.0",
456456
"puppeteer": "^1.9.0",

0 commit comments

Comments
 (0)