babel-jest doesn’t handle ES6 within modules
By default any code in node_modules is ignored by babel-jest, see the Jest config option transformIgnorePatterns. I’ve also created a PR on your example repo, so you can see it working. While this works, I’ve found it to be extremely slow in real applications that have a lot of dependencies containing ES modules. The Jest … Read more