Skip to content

Commit

Permalink
REMOVE: duplicate key in docs/testing.md (#33681)
Browse files Browse the repository at this point in the history
There is a duplicate key, `testEnvironment` in one of the examples that are located in docs/testing.md.
In my humble opinion, It is not good to have an error in examples.
My suggestion is we have only one key and it is up to developers what options they have for the `testEnvironment`.

## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
  • Loading branch information
ffan0811 committed Jan 26, 2022
1 parent 9b98c5a commit c385d1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/testing.md
Expand Up @@ -341,7 +341,6 @@ module.exports = {
'/node_modules/',
'^.+\\.module\\.(css|sass|scss)$',
],
testEnvironment: 'jest-environment-jsdom',
}
```

Expand Down

0 comments on commit c385d1b

Please sign in to comment.