fix(jest-cli): fix typo in options when spawning coverage workers#5374
fix(jest-cli): fix typo in options when spawning coverage workers#5374cpojer merged 1 commit intojestjs:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5374 +/- ##
=======================================
Coverage 61.33% 61.33%
=======================================
Files 205 205
Lines 6924 6924
Branches 3 4 +1
=======================================
Hits 4247 4247
Misses 2676 2676
Partials 1 1
Continue to review full report at Codecov.
|
|
We should probably add a test for this. Do you mind sending a follow-up PR for that? |
|
I can take a look at it, but no promises. 🙂 Is my assumption correct that this should be verified by Flow? Verifying that the options we pass in match |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Fixes a typo in the options when spawning coverage workers. This change does not change the behaviour of the code as there is a fallback in
jest-workerthat resolves to the same method. https://github.com/facebook/jest/blob/master/packages/jest-worker/src/index.js#L95Test plan
Matches the expected option in
jest-worker.