fix: Add jest-environment-jsdom for Jest 28 compatibility
Run Tests / test (pull_request) Failing after 35s
Run Tests / test (pull_request) Failing after 35s
This commit is contained in:
Generated
+920
-1
File diff suppressed because it is too large
Load Diff
+8
-2
@@ -9,7 +9,12 @@
|
|||||||
"test:debug": "playwright test --debug",
|
"test:debug": "playwright test --debug",
|
||||||
"test:all": "npm test && npm run test:e2e"
|
"test:all": "npm test && npm run test:e2e"
|
||||||
},
|
},
|
||||||
"keywords": ["3d", "flight", "simulator", "threejs"],
|
"keywords": [
|
||||||
|
"3d",
|
||||||
|
"flight",
|
||||||
|
"simulator",
|
||||||
|
"threejs"
|
||||||
|
],
|
||||||
"author": "RetroWeb Games",
|
"author": "RetroWeb Games",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -17,6 +22,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.28.0",
|
"@playwright/test": "^1.28.0",
|
||||||
"jest": "^29.0.0"
|
"jest": "^29.0.0",
|
||||||
|
"jest-environment-jsdom": "^30.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user