karma-runner / karma

Spectacular Test Runner for JavaScript
http://karma-runner.github.io
MIT License
11.94k stars 1.71k forks source link

Update Mocha.js #3698

Open jginsburgn opened 2 years ago

jginsburgn commented 2 years ago

We're using an ancient version of Mocha.js: 4.1.0.

This involves:

devoto13 commented 2 years ago

Note that this can not be done before IE 9-10 support is dropped as Mocha is used for client-side tests and any newer version does not work in IE 9-10 per their changelog.