3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-02-10 20:54:31 +00:00

Add tests for cache refreshing.

This commit is contained in:
Gregorio Litenstein 2023-04-07 21:38:17 -04:00
parent 4a63031112
commit 9b375e1f10
No known key found for this signature in database
GPG key ID: 4EB52A1A9CE2C63F
10 changed files with 309 additions and 11 deletions

View file

@ -44,11 +44,15 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"msw": "^0.49.3",
"nock": "^13.2.9",
"prettier": "^3.6.2",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"overrides": {
"@mswjs/interceptors": "^0.17.7"
},
"engines": {
"node": ">=24"
}