Skip to content

theneva/jest-environment-jsdom-thirteen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published