GitXplorerGitXplorer
i

jest-environment-jsdom-fifteen

public
18 stars
5 forks
0 issues

Commits

List of commits on branch master.
Verified
fb5828fa285ec1badfa35ba283950aee265d8eb8

Update README.md

iianschmitz committed 4 years ago
Unverified
eb8b1a07692a068601d022f4ee2e71b1332ab4c7

Release 1.0.2

iianschmitz committed 5 years ago
Unverified
84662de88b94102eb32956f9d27e53177f550cff

Revert userAgent bug fix

iianschmitz committed 5 years ago
Unverified
f3c3325b2367294f728ba8f9b55f37a47153edf5

Update CHANGELOG.md

iianschmitz committed 5 years ago
Unverified
c34323180d9f3760d3731b0f4f77064de37874f2

Release 1.0.1

iianschmitz committed 5 years ago
Unverified
a27026a3fc701a9616512b414ed7f05eb4edc774

Add tests for #4

iianschmitz committed 5 years ago

README

The README file for this repository.

jest-environment-jsdom-fifteen

Deprecated - use jest-environment-jsdom@25 instead.

Jest by default uses JSDOM 11 to support Node 6. This package uses JSDOM 15, which supports Node >= 8, and 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, install this package using npm install --save-dev jest-environment-jsdom-fifteen or yarn add jest-environment-jsdom-fifteen --dev, and edit your Jest config like so:

{
  "testEnvironment": "jest-environment-jsdom-fifteen"
}

If you would like to use JSDOM 14, see https://github.com/ianschmitz/jest-environment-jsdom-fourteen.