Skip to content

Commit f81ebc3

Browse files
docs: fix typo in README.md (#657)
The jest.config file extention should be ".json" instead of ".js"
1 parent d71a7d8 commit f81ebc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ yarn add --dev @testing-library/jest-native
6464
npm install --save-dev @testing-library/jest-native
6565
```
6666

67-
Then automatically add it to your jest tests by using `setupFilesAfterEnv` option in your Jest configuration (it's usually located either in `package.json` under `"jest"` key or in a `jest.config.js` file):
67+
Then automatically add it to your jest tests by using `setupFilesAfterEnv` option in your Jest configuration (it's usually located either in `package.json` under `"jest"` key or in a `jest.config.json` file):
6868

6969
```json
7070
{

0 commit comments

Comments
 (0)