Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@happy-dom/jest-environment

Package Overview
Dependencies
Maintainers
1
Versions
531
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@happy-dom/jest-environment - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

6

package.json
{
"name": "@happy-dom/jest-environment",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",

@@ -48,3 +48,3 @@ "homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/jest-environment",

"@jest/types": "^26.2.0",
"happy-dom": "^1.2.1",
"happy-dom": "^1.2.2",
"jest-mock": "^26.2.0",

@@ -75,3 +75,3 @@ "jest-util": "^26.2.0",

},
"gitHead": "0d5f60ef91e42a41729731028e458cc02ef3c7b7"
"gitHead": "06e821df7734285239a4793b9c1af7f6607922f0"
}

@@ -62,3 +62,3 @@ ![Happy DOM Logo](https://github.com/capricorn86/happy-dom/raw/master/docs/happy-dom-logo.jpg)

1. Edit your "package.json" file.
2. Add "--env=jest-environment-happy-dom" as an attribute to your Jest command.
2. Add "--env=@happy-dom/jest-environment" as an attribute to your Jest command.

@@ -68,3 +68,3 @@ ```json

"scripts": {
"test": "jest --env=jest-environment-happy-dom"
"test": "jest --env=@happy-dom/jest-environment"
}

@@ -85,3 +85,3 @@ }

"jest": {
"testEnvironment": "jest-environment-happy-dom"
"testEnvironment": "@happy-dom/jest-environment"
}

@@ -101,6 +101,6 @@ }

{
"testEnvironment": "jest-environment-happy-dom"
"testEnvironment": "@happy-dom/jest-environment"
}
```
3. Save the file.
3. Save the file.
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc