Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exit volos cache client #122

Open
karlismelderis opened this issue May 23, 2019 · 1 comment
Open

exit volos cache client #122

karlismelderis opened this issue May 23, 2019 · 1 comment

Comments

@karlismelderis
Copy link

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?

@theganyo
Copy link
Contributor

theganyo commented Aug 6, 2019

Unfortunately, there is no way to do this currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants