@macklinu/jest-environment-jsdom-fifteen
v0.2.0
Published
A modification of jest-environment-dom to support jsdom@15
Downloads
13
Readme
@macklinu/jest-environment-jsdom-fifteen
A modification of jest-environment-dom to support jsdom@15
:warning: This is experimental! Use at your own risk! :warning:
Install
$ yarn add @macklinu/jest-environment-jsdom-fifteen --dev
Usage
Update your Jest configuration's testEnvironment
option.
{
"jest": {
"testEnvironment": "@macklinu/jest-environment-jsdom-fifteen"
}
}