1.0.1 • Published 5 years ago

jest-environment-jsdom-thirteen v1.0.1

Weekly downloads
45,438
License
MIT
Repository
github
Last release
5 years ago

jest-environment-jsdom-thirteen

JSDOM 14 is out, so please check out https://github.com/ianschmitz/jest-environment-jsdom-fourteen unless you need JSDOM 13 for some reason.

Jest environment using JSDOM 13, which does not support Node 6 (and will therefore not be used in Jest any time soon).

If you need a newer JSDOM than the one that ships with Jest, add this to your package.json:

{
  // …,
  "jest": {
    // …
    "testEnvironment": "jest-environment-jsdom-thirteen",
    // …
  },
  // …
}