29.0.10 • Published 6 months ago

jest-environment-linkedom v29.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

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

29.0.9

6 months ago

29.0.10

6 months ago

29.0.8

6 months ago

29.0.7

7 months ago

29.0.6

7 months ago

29.0.5

7 months ago

29.0.4

7 months ago

29.0.3

7 months ago

29.0.2

7 months ago

29.0.1

7 months ago

29.0.0

7 months ago