move global services to "global" directory

This commit is contained in:
Hazelnoot 2025-10-07 23:22:15 -04:00
parent 00b216c83c
commit a55649e89a
192 changed files with 223 additions and 223 deletions

View file

@ -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, () => {