Skip to content

juregregorin/jest-environment-jsdom13

 
 

Repository files navigation

jest-environment-jsdom13

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": "jsdom13",
    // …
  },
  // …
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%