combine / universal-react-redux

🧐 A sensible universal starter kit for React + Redux
110 stars 18 forks source link

babel-jest is missing #56

Open niahmiah opened 6 years ago

niahmiah commented 6 years ago

tests do not work correctly out of the box, due to the import error mentioned here: https://github.com/facebook/jest/issues/2081

installing babel-jest as suggested in that thread fixes this issue.

niahmiah commented 6 years ago

Also need to bump jest version to match. Jest 23 is recommended for webpack 4 anyway.

calvinl commented 6 years ago

@niahmiah Thanks for the reports. I'll take a look at these shortly, however I'm always willing to accept a PR. :)