Fix stupid mocking error

This commit is contained in:
Nick Cipollo
2023-04-01 18:12:05 -04:00
parent 5a8bbe8ea7
commit eb05307dce
4 changed files with 12 additions and 67 deletions

View File

@@ -56,12 +56,11 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@types/glob": "^8.1.0",
"glob": "^9.3.2",
"untildify": "^4.0.0"
},
"devDependencies": {
"@types/jest": "^28.1.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"jest": "^29.5.0",
"jest-circus": "^29.5.0",