Merge pull request #19357 from vector-im/gsouquet/fix-wrench-tests

pull/19368/head
Germain 2021-10-12 12:18:27 +01:00 committed by GitHub
commit 7ed733d9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 535 additions and 541 deletions

View File

@ -118,7 +118,8 @@
"file-loader": "^5.1.0",
"fs-extra": "^0.30.0",
"html-webpack-plugin": "^4.5.2",
"jest": "^27.2.4",
"jest": "^26.6.3",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-raw-loader": "^1.0.1",
"json-loader": "^0.5.7",
"loader-utils": "^1.4.0",
@ -164,7 +165,7 @@
"@types/react": "17.0.14"
},
"jest": {
"testEnvironment": "jsdom",
"testEnvironment": "jest-environment-jsdom-sixteen",
"testMatch": [
"<rootDir>/test/**/*-test.[tj]s?(x)"
],

1071
yarn.lock

File diff suppressed because it is too large Load Diff