nfl / react-wildcat

An opinionated React environment.
https://medium.com/nfl-engineers/nfl-react-84e9cd11d384
MIT License
435 stars 38 forks source link

Prefetch test suite fails to run. #226

Closed cwallenpoole closed 5 years ago

cwallenpoole commented 7 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

jamsea commented 7 years ago

@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.