Skip to content

Commit

Permalink
Fix typo in jest-plugin docs (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
cncolder authored Apr 26, 2021
1 parent bc000ec commit c0aba36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/jest-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ yarn add --dev @sucrase/jest-plugin
Then change the default transform in jest.config.js file:
```
...
transform: { ".(js|jsx|tx|tsx)": "@sucrase/jest-plugin" },
transform: { ".(js|jsx|ts|tsx)": "@sucrase/jest-plugin" },
...
```

Expand Down

0 comments on commit c0aba36

Please sign in to comment.