mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 13:10:22 +00:00
perf(test): reduce hot-suite import and setup overhead
This commit is contained in:
@@ -15,10 +15,11 @@ vi.mock("../../config/config.js", () => {
|
||||
};
|
||||
});
|
||||
|
||||
const { skillsHandlers } = await import("./skills.js");
|
||||
|
||||
describe("skills.update", () => {
|
||||
it("strips embedded CR/LF from apiKey", async () => {
|
||||
writtenConfig = null;
|
||||
const { skillsHandlers } = await import("./skills.js");
|
||||
|
||||
let ok: boolean | null = null;
|
||||
let error: unknown = null;
|
||||
|
||||
Reference in New Issue
Block a user