mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 10:37:41 +00:00
refactor(sessions): split access and resolution helpers
This commit is contained in:
@@ -88,7 +88,7 @@ vi.mock("../auto-reply/skill-commands.js", () => ({
|
||||
const systemEventsHoisted = vi.hoisted(() => ({
|
||||
enqueueSystemEventSpy: vi.fn(),
|
||||
}));
|
||||
export const enqueueSystemEventSpy = systemEventsHoisted.enqueueSystemEventSpy;
|
||||
export const enqueueSystemEventSpy: AnyMock = systemEventsHoisted.enqueueSystemEventSpy;
|
||||
|
||||
vi.mock("../infra/system-events.js", () => ({
|
||||
enqueueSystemEvent: enqueueSystemEventSpy,
|
||||
|
||||
Reference in New Issue
Block a user