0.0.4 • Published 6 years ago

jest-environment-jsdom-twelve v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

jest-environment-jsdom-twelve

Jest environment using JSDOM 12, 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-twelve",
    // …
  },
  // …
}
0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago