Closed cwallenpoole closed 5 years ago
env BABEL_ENV=test jest --env=node jest test/node.test.js --config .jestrc.node.json FAIL test/node.test.js ● Test suite failed to run Cannot find module '../lib/index.js' from 'prefetchSpec.js'
I think it's supposed to be ../src/index.js
../src/index.js
@cwallenpoole both issues you've posted should be fixed by https://github.com/nfl/react-wildcat/pull/224 let me know if you're still having issues.
I think it's supposed to be
../src/index.js