mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
fix: lint
This commit is contained in:
parent
083f4b7f4d
commit
7731d7e52b
@ -108,6 +108,6 @@ describe('tests memory storage', () => {
|
|||||||
await expect(storage.get('expiredCache')).resolves.toMatchObject({ state: 'empty' });
|
await expect(storage.get('expiredCache')).resolves.toMatchObject({ state: 'empty' });
|
||||||
|
|
||||||
// Clears handle
|
// Clears handle
|
||||||
clearTimeout(storage.cleaner)
|
clearTimeout(storage.cleaner);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user