Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix jest transpiling all node modules, make tests fast again
the previous regexp is bugged, it requires '//' in the filename !! As a result, all the files in node_modules don't pass the regex so nothing is ignored => everything is transformed jest caches this in /tmp/jest_* so rerunning tests is fast, but the first time jest takes minutes to transform everything
- Loading branch information