From 3e3c4aad1ecd2ebf13374a65d7ba5d77d59f694f Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Thu, 5 Sep 2019 10:14:42 +0200 Subject: [PATCH] chore: remove mention of outdated jsdom from docs --- docs/Configuration.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 9832ebb4d421..85ec47c164d4 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -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: `{}`