@happy-dom/jest-environment
Advanced tools
Comparing version 1.10.4 to 1.11.0
{ | ||
"name": "@happy-dom/jest-environment", | ||
"version": "1.10.4", | ||
"version": "1.11.0", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/jest-environment", | ||
"lint": "eslint --max-warnings 0 --fix './src/**/*.ts'", | ||
"test": "jest --runInBand", | ||
"test": "jest", | ||
"test:watch": "jest --runInBand --watch", | ||
@@ -49,3 +49,3 @@ "test:update-snapshot": "jest --runInBand --updateSnapshot", | ||
"@jest/types": "^26.2.0", | ||
"happy-dom": "^1.10.4", | ||
"happy-dom": "^1.11.0", | ||
"jest-mock": "^26.2.0", | ||
@@ -77,3 +77,3 @@ "jest-util": "^26.2.0", | ||
}, | ||
"gitHead": "cc50d495b495e358bbb1034b160a9c65b56c561a" | ||
"gitHead": "62e45e36d9b17dd31650cb10afa8202028917a1b" | ||
} |
@@ -8,3 +8,3 @@  | ||
[Happy DOM](https://github.com/capricorn86/happy-dom) aims to support the most common functionality of a web browser. | ||
[Happy DOM](https://github.com/capricorn86/happy-dom) aim to support the most common functionality of a web browser. | ||
@@ -11,0 +11,0 @@ This package makes it possible to use [Happy DOM](https://github.com/capricorn86/happy-dom) with [Jest](https://jestjs.io/). |
Sorry, the diff of this file is too big to display
339885
8513
Updatedhappy-dom@^1.11.0