You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
we're creating new volos cache client with:
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?
The text was updated successfully, but these errors were encountered: