fix: lint

This commit is contained in:
arthurfiorette 2023-04-09 12:09:28 -03:00
parent 083f4b7f4d
commit 7731d7e52b

View File

@ -108,6 +108,6 @@ describe('tests memory storage', () => {
await expect(storage.get('expiredCache')).resolves.toMatchObject({ state: 'empty' });
// Clears handle
clearTimeout(storage.cleaner)
clearTimeout(storage.cleaner);
});
});