test: use new jest config version
Some checks are pending
Backend Tests / run (push) Waiting to run
Frontend Workflow / run (push) Waiting to run
Static Code Analysis / run (push) Waiting to run

This commit is contained in:
Sami Mazouz 2024-12-07 09:54:35 +01:00
parent d5f944023c
commit 27087cc713
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"flarum-tsconfig": "^2.0.0",
"typescript": "^4.5.4",
"typescript-coverage-report": "^0.6.1",
"@flarum/jest-config": "^1.0.1"
"@flarum/jest-config": "^2.0.0"
},
"scripts": {
"dev": "webpack --mode development --watch",

View File

@ -21,7 +21,7 @@
"throttle-debounce": "^3.0.1"
},
"devDependencies": {
"@flarum/jest-config": "^1.0.0",
"@flarum/jest-config": "^2.0.0",
"@flarum/prettier-config": "^1.0.0",
"@types/body-scroll-lock": "^3.1.0",
"@types/jquery": "^3.5.10",