Skip to content

Mocha version is outdated #20

Open
@tchapeaux

Description

@tchapeaux

The current version of mocha used in this project is 3.0.2

"mocha": "^3.0.2",

As of writing this comment, the current mocha version is 10.0.0
https://www.npmjs.com/package/mocha

One feature added in version 8.0.0 is tne parallel mode, which would allow to get rid of another dependency (which hasn't been updated for 4 years)

"mocha.parallel": "^0.12.0",

Is there a plan to update the starter project so that the dependencies are up-to-date? Currently the starter project is not practical because online documentation of older version of mocha are not available anymore, and many basic features are missing,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions