I\'m implementing tests into an existing project that currently has no tests. My tests are failing to compile node_modules/ imports.
node_modules/
/Users/me/m
I had to add this into my .jestconfig:
.jestconfig
"transformIgnorePatterns": [ "/node_modules/(?!lodash-es)" ]