Open niahmiah opened 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.
Also need to bump jest version to match. Jest 23 is recommended for webpack 4 anyway.
@niahmiah Thanks for the reports. I'll take a look at these shortly, however I'm always willing to accept a PR. :)
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.