Add tests for cache refreshing.

This commit is contained in:
Gregorio Litenstein 2023-04-07 21:38:17 -04:00
parent d69c349a03
commit df9df7396d
No known key found for this signature in database
GPG key ID: 4EB52A1A9CE2C63F
15 changed files with 230083 additions and 146415 deletions

View file

@ -44,9 +44,13 @@
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^28.1.3",
"jest-circus": "^27.5.1",
"msw": "^0.49.3",
"nock": "^13.2.9",
"prettier": "^2.8.0",
"ts-jest": "^28.0.8",
"typescript": "^4.9.3"
},
"overrides": {
"@mswjs/interceptors": "^0.17.7"
}
}