jest-environment-jsdom-twentysix
v1.0.0
Published
jest environment using [email protected]
Maintainers
Readme
jest-environment-jsdom-twentysix
Yet another jsdom (@26.0.0) jest environment.
Installation
Install the package with npm:
npm i -D jest-environment-jsdom-twentysixConfiguration
Add the jest environment to your jest configuration:
{
"testEnvironment": "jest-environment-jsdom-twentysix"
}