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

View File

@@ -1,5 +1,6 @@
import { execFileSync } from "node:child_process";
import path from "node:path";
import { bundledPluginFile, bundledPluginRoot } from "openclaw/plugin-sdk/test-fixtures";
import { describe, expect, it, vi } from "vitest";
import {
detectChangedExtensionIds,
@@ -16,7 +17,6 @@ import {
resolveExtensionBatchParallelism,
runExtensionBatchPlan,
} from "../../scripts/test-extension-batch.mjs";
import { bundledPluginFile, bundledPluginRoot } from "../helpers/bundled-plugin-paths.js";
const scriptPath = path.join(process.cwd(), "scripts", "test-extension.mjs");