Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies used for running tests #518

Merged
merged 1 commit into from
Sep 10, 2018

Conversation

MitMaro
Copy link
Contributor

@MitMaro MitMaro commented Sep 3, 2018

What

Update chai to 4.1.2 and mocha to the latest versions and update nyc to the latest version that supports Node 4.

Motivation

I keep hitting minor differences with chai@1, with the documentation for chai@4. There are also numerous bug fixes and additions that we are missing out with this library. The only breaking change as it relates to this code base is the removal of the "lint" friendly assertions in chai@2.

Mocha@2 had a "fuzzy" version of the .only function that made running individual tests almost impossible without artificially changing the description (i.e. describe.only('xxxx expires' //....). There are no breaking changes that should affect the project.

Update chai and mocha to the latest versions and update nyc to the
latest version that supports Node 4.
@ziluvatar ziluvatar merged commit 5498bdc into auth0:master Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants