We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a4901 commit c9f5af2Copy full SHA for c9f5af2
docs/core-plugins/unit-jest.md
@@ -60,7 +60,7 @@ transformIgnorePatterns: ['/node_modules/']
60
We have to add exceptions to this pattern with a RegExp negative lookahead:
61
62
```javascript
63
-transformIgnorePatterns: ['/node_modules/(?!name-of-lib-o-transform)']
+transformIgnorePatterns: ['/node_modules/(?!name-of-lib-to-transform)']
64
```
65
66
To exclude multiple libraries:
0 commit comments