mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 05:10:41 +00:00
test: speed up slow vitest hotspots
This commit is contained in:
@@ -29,8 +29,8 @@ describe("config doc baseline integration", () => {
|
||||
}
|
||||
|
||||
it("is deterministic across repeated runs", async () => {
|
||||
const { baseline } = await getSharedRendered();
|
||||
const first = await renderConfigDocBaselineArtifacts(baseline);
|
||||
const first = await getSharedRendered();
|
||||
const { baseline } = first;
|
||||
const second = await renderConfigDocBaselineArtifacts(baseline);
|
||||
|
||||
expect(second.json.combined).toBe(first.json.combined);
|
||||
|
||||
Reference in New Issue
Block a user