This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`mocha` has been updated to v9. The breaking changes made for v8 and v9 don't affect us [1][2]. Most notably they include dropping support for Node.js v10. The "unhandled rejection" handler setup in the test helper was removed, as this is now default behaviour in `mocha` as of v8.2.0 [3]. [1]: https://github.com/mochajs/mocha/releases/tag/v9.0.0 [2]: https://github.com/mochajs/mocha/releases/tag/v8.0.0 [3]: mochajs/mocha#2640 (comment)
- Loading branch information
Showing
3 changed files
with
267 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.