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.
tests do not work correctly out of the box, due to the import error mentioned here: jestjs/jest#2081
installing babel-jest as suggested in that thread fixes this issue.