Update Jest and JSDOM

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/15402/head
Michael Telatynski 2020-10-07 00:08:41 +01:00
parent 9700ff9083
commit 07c0b20075
2 changed files with 1261 additions and 599 deletions

View File

@ -114,8 +114,8 @@
"file-loader": "^5.0.2",
"fs-extra": "^0.30.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"jest-environment-jsdom-fourteen": "^1.0.1",
"jest": "^26.5.2",
"jest-environment-jsdom-sixteen": "^1.0.3",
"json-loader": "^0.5.3",
"loader-utils": "^1.2.3",
"matrix-mock-request": "^1.2.3",
@ -147,7 +147,7 @@
"webpack-dev-server": "^3.9.0"
},
"jest": {
"testEnvironment": "jest-environment-jsdom-fourteen",
"testEnvironment": "jest-environment-jsdom-sixteen",
"testMatch": [
"<rootDir>/test/**/*-test.js"
],

1854
yarn.lock

File diff suppressed because it is too large Load Diff