Skip to content

Update dependencies used for running tests#518

Merged
ziluvatar merged 1 commit intoauth0:masterfrom
MitMaro:update-testing-dependencies
Sep 10, 2018
Merged

Update dependencies used for running tests#518
ziluvatar merged 1 commit intoauth0:masterfrom
MitMaro:update-testing-dependencies

Conversation

@MitMaro
Copy link
Copy Markdown
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