move global services to "global" directory
This commit is contained in:
parent
00b216c83c
commit
a55649e89a
192 changed files with 223 additions and 223 deletions
|
|
@ -7,7 +7,7 @@ import { jest } from '@jest/globals';
|
|||
import { MockRedis } from '../../misc/MockRedis.js';
|
||||
import { GodOfTimeService } from '../../misc/GodOfTimeService.js';
|
||||
import { MockInternalEventService } from '../../misc/MockInternalEventService.js';
|
||||
import { CacheManagementService, type Manager, GC_INTERVAL } from '@/core/CacheManagementService.js';
|
||||
import { CacheManagementService, type Manager, GC_INTERVAL } from '@/global/CacheManagementService.js';
|
||||
import { MemoryKVCache } from '@/misc/cache.js';
|
||||
|
||||
describe(CacheManagementService, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue