Skip to content

Commit

Permalink
chore: remove mention of outdated jsdom from docs (#8914)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Sep 5, 2019
1 parent 8e0786f commit a055df8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -921,8 +921,6 @@ beforeAll(() => {
});
```

_Note: Jest comes with JSDOM@11 by default. Due to JSDOM 12 and newer dropping support for Node 6, Jest is unable to upgrade for the time being. However, you can install a custom `testEnvironment` with whichever version of JSDOM you want. E.g. [jest-environment-jsdom-thirteen](https://www.npmjs.com/package/jest-environment-jsdom-thirteen), which has JSDOM@13._

### `testEnvironmentOptions` [Object]

Default: `{}`
Expand Down

0 comments on commit a055df8

Please sign in to comment.