Avoid open interceptors in unit test

This commit is contained in:
Daz DeBoer
2026-01-28 13:07:32 -07:00
parent f29f5a9d7b
commit 49ec880f92
2 changed files with 32 additions and 24 deletions

View File

@@ -58,6 +58,7 @@ test('fetches wrapper jar checksums for snapshots', async () => {
describe('retry', () => {
afterEach(() => {
nock.cleanAll()
nock.restore()
})
describe('for /versions/all API', () => {