universal-react-redux icon indicating copy to clipboard operation
universal-react-redux copied to clipboard

babel-jest is missing

Open niahmiah opened this issue 7 years ago • 2 comments

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 avatar Jul 30 '18 19:07 niahmiah

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

niahmiah avatar Jul 30 '18 20:07 niahmiah

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

calvinl avatar Aug 02 '18 21:08 calvinl