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
Running npm test with some .test.js fiels under /src does not work out of the box.
Well, in fact it does until you try to import a file using es6 modules. It complains about "SyntaxError: Unexpected token import". I think babel-jest has to be configured properly.
Tested it under node v9.3.0.
As additional information that might or might not be useful: Maybe it is not finding the provided configuration files (jest.config.js and jest.transform.js) for some reason, or it is ignoring them because of some webpack configuration?