# jest-environment-linkedom

> `jest-environment-linkedom` is jest test environment based on `linkedom`.

Latest version **29.0.10** (published 2023-11-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install jest-environment-linkedom
pnpm add jest-environment-linkedom
yarn add jest-environment-linkedom
bun add jest-environment-linkedom
```

## Health

**Score 50/100 (C)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score; popular repo.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 29.0.10 |
| Published | 2023-11-01 |
| First published | 2023-10-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | ^18.12.0 \|\| >=20.0.0 |
| Dependencies | 8 |
| Unpacked size | 30.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 45476 |
| Maintainers | havunen |

## Links

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

## Dependencies (8)

- [jest](https://npm.io/package/jest.md) ^29.7.0
- [linkedom](https://npm.io/package/linkedom.md) ^0.16.1
- [jest-mock](https://npm.io/package/jest-mock.md) ^29.7.0
- [jest-util](https://npm.io/package/jest-util.md) ^29.7.0
- [@jest/types](https://npm.io/package/@jest/types.md) ^29.6.3
- [@types/node](https://npm.io/package/@types/node.md) ^20.8.10
- [@jest/environment](https://npm.io/package/@jest/environment.md) ^29.7.0
- [@jest/fake-timers](https://npm.io/package/@jest/fake-timers.md) ^29.7.0

## Recent versions

- 29.0.10 (latest) — 2023-11-01
- 29.0.9 — 2023-10-31
- 29.0.8 — 2023-10-31
- 29.0.7 — 2023-10-16
- 29.0.6 — 2023-10-16
- 29.0.5 — 2023-10-16
- 29.0.4 — 2023-10-16
- 29.0.3 — 2023-10-16
- 29.0.2 — 2023-10-16
- 29.0.1 — 2023-10-16
- 29.0.0 — 2023-10-16

## README

# jest-environment-linkedom

`jest-environment-linkedom` is jest test environment based on `linkedom`.

## Goal

The goal of this plugin is to provide as fast browser like runtime for jest as possible. Unlike `jsdom` this plugin does not try to provide standards compliant HTML implementation. Instead this plugin focuses on low memory footprint, fast runtime execution and comprehensive mocked HTML APIs where testing can take place by mocking the required methods.

## Getting started

```
npm install --save-dev jest-environment-linkedom
```

jest.config

```js
export default {
  testEnvironment: "linkedom",
}
```


## Versioning

This package tries to match the major version with jest major version.
Always install the same major version of jest and this plugin.
First supported Jest version is 29

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