We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4202db8 + d94adcc commit 4f8003eCopy full SHA for 4f8003e
1 file changed
test/unit/Cache/removeExpired.test.js
@@ -34,7 +34,7 @@ describe('Cache#removeExpired', function () {
34
}, 1000)
35
})
36
37
- it.only('should return expired items with non-null values when the storageMode is "localStorage"', function (done) {
+ it('should return expired items with non-null values when the storageMode is "localStorage"', function (done) {
38
const cache = new Cache(this.testId, {
39
deleteOnExpire: 'none',
40
storageMode: 'localStorage',
0 commit comments