Skip to content

Commit 4f8003e

Browse files
Merge pull request #2 from beocommedia/remove-left-in-only-from-test
Remove '.only' from unit test
2 parents 4202db8 + d94adcc commit 4f8003e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/Cache/removeExpired.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('Cache#removeExpired', function () {
3434
}, 1000)
3535
})
3636

37-
it.only('should return expired items with non-null values when the storageMode is "localStorage"', function (done) {
37+
it('should return expired items with non-null values when the storageMode is "localStorage"', function (done) {
3838
const cache = new Cache(this.testId, {
3939
deleteOnExpire: 'none',
4040
storageMode: 'localStorage',

0 commit comments

Comments
 (0)