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).
Coverage decreased (-0.9%) to 92.538% when pulling e33ce08638fa3fae9d546cf76176d46de6b18d65 on jcranendonk:jest_test into c0cea8518b44b999493da9ccb9c71fc3b2fb313d on Netflix:master.
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).