Skip to content

Commit c385d1b

Browse files
authored
REMOVE: duplicate key in docs/testing.md (#33681)
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`
1 parent 9b98c5a commit c385d1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/testing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ module.exports = {
341341
'/node_modules/',
342342
'^.+\\.module\\.(css|sass|scss)$',
343343
],
344-
testEnvironment: 'jest-environment-jsdom',
345344
}
346345
```
347346

0 commit comments

Comments
 (0)