-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
we're creating new volos cache client with:
import apigeeCache from 'volos-cache-apigee'
apigeeCache.create(...)
this client is used in Jest tests.
problem is that I don't see an option to tear down client at the end of execution and Jest is complaining that there are async operations left running that are not stopped.
is there a way to tear down volos client?
Metadata
Metadata
Assignees
Labels
No labels