move QuantumKVCache to a separate file
This commit is contained in:
+1
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
import { jest } from '@jest/globals';
|
||||
import { FakeInternalEventService } from '../../misc/FakeInternalEventService.js';
|
||||
import { QuantumKVCache, QuantumKVOpts } from '@/misc/cache.js';
|
||||
import { QuantumKVCache, QuantumKVOpts } from '@/misc/QuantumKVCache.js';
|
||||
|
||||
describe(QuantumKVCache, () => {
|
||||
let fakeInternalEventService: FakeInternalEventService;
|
||||
@@ -456,7 +456,6 @@ describe(QuantumKVCache, () => {
|
||||
expect(cache.has('alpha')).toBe(true);
|
||||
});
|
||||
|
||||
|
||||
it('should not emit event', () => {
|
||||
const cache = makeCache({
|
||||
name: 'fake',
|
||||
Reference in New Issue
Block a user