refactor: split generic plugin test fixtures

This commit is contained in:
Peter Steinberger
2026-04-28 01:21:29 +01:00
parent e508d81f79
commit 56875c4d32
22 changed files with 105 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ import {
spyRuntimeErrors,
spyRuntimeJson,
spyRuntimeLogs,
} from "openclaw/plugin-sdk/testing";
} from "openclaw/plugin-sdk/test-fixtures";
import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest";
import { readShortTermRecallEntries, recordShortTermRecalls } from "./short-term-promotion.js";