SyntaxError: Unexpected token u in JSON at position 0
at JSON.parse (<anonymous>)
The error comes from almost any component -- each time I comment out the component that generates the error, the error comes from another one...
and they all stem from at handle (node_modules/worker-farm/lib/child/index.js:44:8)
So I can't run any tests.
I get this for even just the default App.test.js in Create React App. This is react 15.3.2.
These should be the relevant parts of my package.json:
"dependencies": {
"react": "15.3.2",
"react-dom": "15.3.2",
},
"devDependencies": {
"enzyme": "^3.6.0",
"enzyme-adapter-react-15.4": "^1.1.0",
"react-addons-test-utils": "0.14.8",
},