DEV: Fix pretender leaking request handlers (#17584)

This commit is contained in:
Jarek Radosz 2022-07-21 11:28:08 +02:00 committed by GitHub
parent c700cf3213
commit 331874229e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1143,4 +1143,5 @@ export function resetPretender() {
instance.handledRequests = [];
instance.unhandledRequests = [];
instance.passthroughRequests = [];
instance.hosts.registries = {};
}