mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 00:48:38 +00:00
test(perf): cache plugin fixtures and streamline shell tests
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import { beforeAll, describe, expect, it } from "vitest";
|
||||
|
||||
let validateConfigObject: typeof import("./config.js").validateConfigObject;
|
||||
|
||||
beforeAll(async () => {
|
||||
({ validateConfigObject } = await import("./config.js"));
|
||||
});
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { validateConfigObject } from "./config.js";
|
||||
|
||||
describe("meta.lastTouchedAt numeric timestamp coercion", () => {
|
||||
it("accepts a numeric Unix timestamp and coerces it to an ISO string", () => {
|
||||
|
||||
Reference in New Issue
Block a user