-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JEST transformIgnorePatterns not working #1947
Comments
Hello, same problem here. |
This line in jest.config.json helps me: |
Same problem here... @dananaprey, this line didn't helped me :( |
This worked for me!
|
In case the above transformIgnorePatterns didn't work for you like it did for me. based on this StackOverflow answer using moduleNameMapper in your jest.config allowed me to get past this.
|
already tried:
jest.config.js
but still
The text was updated successfully, but these errors were encountered: