Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Update mocha from v7 to v9 #100

Merged
merged 2 commits into from
Jun 28, 2021
Merged

Update mocha from v7 to v9 #100

merged 2 commits into from
Jun 28, 2021

Commits on Jun 28, 2021

  1. Update mocha from v7 to v9

    `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)
    Gudahtt committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c80808b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59ae835 View commit details
    Browse the repository at this point in the history