test: use public plugin sdk test fixtures

This commit is contained in:
Peter Steinberger
2026-04-28 03:52:12 +01:00
parent 518d568de5
commit a812b8f919
13 changed files with 10 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import fs from "node:fs";
import path from "node:path";
import { importFreshModule } from "openclaw/plugin-sdk/test-fixtures";
import { afterEach, describe, expect, it, vi } from "vitest";
import { importFreshModule } from "./helpers/import-fresh.ts";
import { cleanupTempDirs, makeTempDir } from "./helpers/temp-dir.js";
import { installTestEnv } from "./test-env.js";