Skip to content

Commit

Permalink
Fix basic typo (#6783)
Browse files Browse the repository at this point in the history
  • Loading branch information
Relequestual authored Oct 28, 2021
1 parent c5a4901 commit c9f5af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-plugins/unit-jest.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ transformIgnorePatterns: ['/node_modules/']
We have to add exceptions to this pattern with a RegExp negative lookahead:

```javascript
transformIgnorePatterns: ['/node_modules/(?!name-of-lib-o-transform)']
transformIgnorePatterns: ['/node_modules/(?!name-of-lib-to-transform)']
```

To exclude multiple libraries:
Expand Down

0 comments on commit c9f5af2

Please sign in to comment.