cache-memory
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "cache-memory", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -408,5 +408,3 @@ "use strict"; | ||
console.log('1') | ||
value = await cache.getAndSet(key, getData, {}); | ||
console.log('2') | ||
value.startsWith('hello-world').should.equal(true); | ||
@@ -413,0 +411,0 @@ let value2 = await cache.getAndSet(key, getData, {}); |
Sorry, the diff of this file is not supported yet
38745
839