mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
refactor: canonicalize aliases and classify test suites (#122407)
* refactor: use canonical re-export names * fix(test): classify suite support as test source * fix(agents): retarget gateway stub session-entry import * test(gateway): retarget session-utils mock keys after alias removal
This commit is contained in:
committed by
GitHub
parent
6b0be0215f
commit
f6fff4f7fd
@@ -52,7 +52,7 @@ vi.mock("../../config/config.js", async () => {
|
||||
|
||||
vi.mock("../session-utils.js", () => ({
|
||||
loadSessionEntry: loadGatewaySessionEntry,
|
||||
loadSessionEntryReadOnly: loadGatewaySessionEntry,
|
||||
loadGatewaySessionEntryReadOnly: loadGatewaySessionEntry,
|
||||
}));
|
||||
|
||||
import { cronHandlers } from "./cron.js";
|
||||
|
||||
Reference in New Issue
Block a user