Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Jest does not work without changes to transformIgnorePatterns #1

Open
vasiliicuhar opened this issue Feb 24, 2021 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@vasiliicuhar
Copy link
Owner

version: 0.0.6

workaround: add the package to transformIgnorePatterns in jest.config.js

{
  transformIgnorePatterns: ['/node_modules/(?!@vasiliicuhar).+\\.js$']
}
@vasiliicuhar vasiliicuhar added the bug Something isn't working label Feb 24, 2021
@vasiliicuhar vasiliicuhar self-assigned this Feb 24, 2021
@vasiliicuhar vasiliicuhar changed the title Jest does not work without adding this package to transformIgnorePatterns Jest does not work without changes to transformIgnorePatterns Feb 24, 2021
@vasiliicuhar
Copy link
Owner Author

vasiliicuhar commented Mar 10, 2021

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant