# jest-environment-jsdom-fourteen

> JSDOM environment for Jest with JSDOM 14

Latest version **1.0.1** (published 2019-11-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install jest-environment-jsdom-fourteen
pnpm add jest-environment-jsdom-fourteen
yarn add jest-environment-jsdom-fourteen
bun add jest-environment-jsdom-fourteen
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2019-11-29 |
| First published | 2019-03-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 8.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 26 |
| Author | Ian Schmitz |
| Maintainers | ianschmitz |

## Links

- npm: https://www.npmjs.com/package/jest-environment-jsdom-fourteen
- Repository: https://github.com/ianschmitz/jest-environment-jsdom-fourteen
- Homepage: https://github.com/ianschmitz/jest-environment-jsdom-fourteen#readme
- Issues: https://github.com/ianschmitz/jest-environment-jsdom-fourteen/issues
- npm.io page: https://npm.io/package/jest-environment-jsdom-fourteen

## Dependencies (6)

- [jsdom](https://npm.io/package/jsdom.md) ^14.1.0
- [jest-mock](https://npm.io/package/jest-mock.md) ^24.0.0
- [jest-util](https://npm.io/package/jest-util.md) ^24.0.0
- [@jest/types](https://npm.io/package/@jest/types.md) ^24.3.0
- [@jest/environment](https://npm.io/package/@jest/environment.md) ^24.3.0
- [@jest/fake-timers](https://npm.io/package/@jest/fake-timers.md) ^24.3.0

## Recent versions

- 1.0.1 (latest) — 2019-11-29
- 1.0.0-alpha.0 (alpha) — 2019-05-25
- 1.0.0 — 2019-11-28
- 0.1.0 — 2019-03-16

## README

# jest-environment-jsdom-fourteen

[Jest](https://jestjs.io) by default uses [JSDOM](https://github.com/jsdom/jsdom) 11 to support Node 6. This package uses JSDOM 14, which supports Node >= 8, and does not support Node 6 ([and will therefore not be used in Jest any time soon](https://github.com/kentcdodds/dom-testing-library/issues/115#issuecomment-428314737)).

If you need a newer JSDOM than the one that ships with Jest, install this package using `npm install --save-dev jest-environment-jsdom-fourteen` or `yarn add jest-environment-jsdom-fourteen --dev`, and edit your Jest config like so:

```json
{
  "testEnvironment": "jest-environment-jsdom-fourteen"
}
```

If you would like to use JSDOM 13, see https://github.com/theneva/jest-environment-jsdom-thirteen.

---
_Source: https://npm.io/package/jest-environment-jsdom-fourteen · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
