Closed
Description
git clone https://github.com/facebook/react.git
cd react
yarn
npm test -- --watch Perf
t
returns <Enter>
The watch mode crashes:
FAIL src/renderers/dom/shared/__tests__/ReactBrowserEventEmitter-test.js
● Test suite failed to run
ProcessTerminatedError: cancel after 2 retries!
at Farm.<anonymous> (node_modules/worker-farm/lib/farm.js:81:25)
at Array.forEach (native)
at Farm.<anonymous> (node_modules/worker-farm/lib/farm.js:75:36)
at ontimeout (timers.js:365:14)
at tryOnTimeout (timers.js:237:5)
at Timer.listOnTimeout (timers.js:207:5)
A worker process has quit unexpectedly! Most likely this an initialization error.
RUNS src/renderers/dom/shared/__tests__/findDOMNode-test.js
RUNS src/renderers/dom/shared/__tests__/ReactBrowserEventEmitter-test.js
RUNS eslint-rules/__tests__/warning-and-invariant-args-test.js
RUNS src/renderers/__tests__/ReactMockedComponent-test.js
Test Suites: 79 skipped, 10 passed, 10 of 126 total
Tests: 1469 skipped, 19 passed, 1488 total
Snapshots: 0 total
Time: 6snpm ERR! Test failed. See above for more details.
If I just run npm test -- --watch ReactBrowserEventEmitter
I can't reproduce this.