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
{{ message }}
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
Thank you for reporting this, I definitely can reproduce this. But alas it's not fixed with your suggestion. That's strange, because tests where running fine before 🤔
I use following versions "babel-jest": "22.1.0" and "jest": "22.1.4"
I found, that its enough for me to change test in .babelrc to testing.
Then the tests work.
When running the tests with
yarn test
, anUnexpected token import
error occurs, because import is not transpiled.I have to run the tests in testing-environment.
so my
package.json
looks like:and the
.babelrc
is:See also: jestjs/jest#3202
The text was updated successfully, but these errors were encountered: