Fix missing @jest/globals

This commit is contained in:
Dmitriy Onypko 2024-03-27 22:24:04 +00:00
parent 06ab12eef4
commit 5f7ab7eee9
No known key found for this signature in database
GPG Key ID: 5AE1847C10BE6ED7
2 changed files with 2 additions and 0 deletions

1
package-lock.json generated
View File

@ -12,6 +12,7 @@
"@actions/core": "^1.10.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",

View File

@ -79,6 +79,7 @@
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsonc": "^2.14.1",
"eslint-plugin-prettier": "^5.1.3",
"@jest/globals": "^29.7.0",
"jest": "^29.7.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.2.5",