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:
Peter Steinberger
2026-08-11 21:18:34 -07:00
committed by GitHub
parent 6b0be0215f
commit f6fff4f7fd
63 changed files with 191 additions and 149 deletions
@@ -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";