We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6d73c commit 822cab6Copy full SHA for 822cab6
1 file changed
package.json
@@ -28,7 +28,6 @@
28
"runtest": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
29
},
30
"dependencies": {
31
- "@jest/globals": "^30.2.0",
32
"cookie-parser": "~1.4.7",
33
"cors": "^2.8.5",
34
"debug": "~4.4.3",
@@ -41,6 +40,7 @@
41
40
42
"devDependencies": {
43
"jest": "^30.2.0",
+ "@jest/globals": "^30.2.0",
44
"supertest": "^7.1.4"
45
}
46
0 commit comments