0.2.0 • Published 5 years ago

@macklinu/jest-environment-jsdom-fifteen v0.2.0

Weekly downloads
224
License
MIT
Repository
github
Last release
5 years ago

@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"
  }
}