0.0.4 • Published 5 years ago

jest-environment-jsdom-twelve v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago