You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using moduleNameMapper property on jest.conf.js to define alias to match the same as webpack, jest works when I run entire suite npm run unit but when I use --watch flag (or -o) process hangs with message Determining test suites to run.... I've discovered that this happens because jest can't resolve alias paths.
The text was updated successfully, but these errors were encountered:
I'm using
moduleNameMapper
property on jest.conf.js to define alias to match the same as webpack, jest works when I run entire suitenpm run unit
but when I use--watch
flag (or-o
) process hangs with messageDetermining test suites to run...
. I've discovered that this happens because jest can't resolve alias paths.The text was updated successfully, but these errors were encountered: