# jest-environment-jsdom-sixteen

> > Jest v26 ships with JSDOM@16, so no reason to use this package

Latest version **2.0.0** (published 2021-04-22) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

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

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2021-04-22 |
| First published | 2020-01-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | ^10.14.2 \|\| >= 12.0.0 |
| Dependencies | 4 |
| Unpacked size | 5.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 30 |
| Author | Simen Bekkhus |
| Maintainers | simenb |

## Links

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

## Dependencies (4)

- [jsdom](https://npm.io/package/jsdom.md) ^16.2.1
- [jest-mock](https://npm.io/package/jest-mock.md) ^25.1.0
- [jest-util](https://npm.io/package/jest-util.md) ^25.1.0
- [@jest/fake-timers](https://npm.io/package/@jest/fake-timers.md) ^25.1.0

## Recent versions

- 2.0.0 (latest) — 2021-04-22
- 1.0.3 — 2020-03-10
- 1.0.2 — 2020-02-17
- 1.0.1 — 2020-02-08
- 1.0.0 — 2020-01-22
- 0.1.2 — 2020-01-15
- 0.1.1 — 2020-01-15
- 0.1.0 — 2020-01-15

## README

# jest-environment-jsdom-sixteen

> Jest v26 ships with JSDOM@16, so no reason to use this package

[Jest](https://jestjs.io) v25 by default uses [JSDOM](https://github.com/jsdom/jsdom) 15 to support Node 8. This package should also be compatible with Jest 24 and earlier.

This package comes with JSDOM v16, which also enables support for [V8 code coverage](https://jestjs.io/docs/configuration#coverageprovider-string).

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

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

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