Conversation
|
|
||
| const realChild = (require: any).requireActual('./child.js'); | ||
|
|
||
| realChild.spawn = jest.fn(() => { |
There was a problem hiding this comment.
Why do you like braces and return statements so much? :P
|
Also jest complains jest-haste-map: duplicate manual mock found: jest-haste-map: duplicate manual mock found: |
|
I'll revert this one for today |
This reverts commit cd26fec.
Summary
Regression tests for #3742 and follow up to #3743.
Test plan
Tests shall pass.