fix: lint warnings
This commit is contained in:
@@ -7,7 +7,6 @@ import {
|
||||
vi,
|
||||
} from 'vitest';
|
||||
import {
|
||||
type CacheItemInternalState,
|
||||
type CacheOptions,
|
||||
createCollectionCache,
|
||||
} from './collectionCache';
|
||||
@@ -152,7 +151,7 @@ describe('createCollectionCache', () => {
|
||||
|
||||
it('resets cache statistics', () => {
|
||||
cache.set('key1', 100); // This increments hits
|
||||
const statsBefore = cache.getStats();
|
||||
const _statsBefore = cache.getStats();
|
||||
|
||||
cache.clear();
|
||||
const statsAfter = cache.getStats();
|
||||
|
||||
Reference in New Issue
Block a user