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

@ -1,5 +1,3 @@
require("nock").disableNetConnect();
module.exports = {
clearMocks: true,
moduleFileExtensions: ["js", "ts"],