(cache)
| 118 | |
| 119 | // total number of queued keys |
| 120 | function getQueueCount(cache) { |
| 121 | return Object.keys(cache.queue.queue).length; |
| 122 | } |
| 123 | |
| 124 | it('it should clear completed operations from queue', async done => { |
| 125 | const cache = new RedisCacheAdapter({ ttl: NaN }); |
no outgoing calls
no test coverage detected