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

Changed tests to Jest #961

Merged
merged 1 commit into from
Jun 18, 2019
Merged

Changed tests to Jest #961

merged 1 commit into from
Jun 18, 2019

Conversation

jcranendonk
Copy link
Contributor

@jcranendonk jcranendonk commented Jun 18, 2019

Because Jest is Best.

No code changes, so coverage delta is entirely due to differences in the coverage calculations.

Run time is about the same but could be improved by separating out test suites; currently all test cases are pulled in using require() from test/index.js. Doing so would also improve watch-mode speed.

Npm scripts are unchanged, but manual test runs will need a different command (simply jest vs mocha).

@coveralls
Copy link

coveralls commented Jun 18, 2019

Coverage Status

Coverage decreased (-0.9%) to 92.538% when pulling e33ce08 on jcranendonk:jest_test into c0cea85 on Netflix:master.

@jcranendonk jcranendonk merged commit 17db57d into Netflix:master Jun 18, 2019
@jcranendonk jcranendonk deleted the jest_test branch June 28, 2019 18:23
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.

None yet

2 participants