Socket
Socket
Sign inDemoInstall

jest-environment-jsdom-thirteen

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-environment-jsdom-thirteen

JSDOM environment for Jest with JSDOM 13 (which doesn't support Node 6)


Version published
Weekly downloads
7.9K
increased by13.63%
Maintainers
1
Weekly downloads
 
Install size
Created

Readme

Source

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

FAQs

Package last updated on 20 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc