momentohq / client-sdk-javascript

Official JavaScript SDK for Momento Serverless Cache
Apache License 2.0
55 stars 20 forks source link

fix: stop leaking stores #1420

Closed anitarua closed 2 months ago

anitarua commented 2 months ago

Adds a WithStore integration test helper to avoid leaking stores. Previously, we leaked a store with each run of the storage tests.