@macklinu/jest-environment-jsdom-fifteen

A modification of jest-environment-dom to support jsdom@15

Usage no npm install needed!

<script type="module">
  import macklinuJestEnvironmentJsdomFifteen from 'https://cdn.skypack.dev/@macklinu/jest-environment-jsdom-fifteen';
</script>

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