refactor(plugin-sdk): untangle extension test seams

This commit is contained in:
Peter Steinberger
2026-03-29 23:43:17 +01:00
parent c942bd798f
commit 8861cdbb6f
176 changed files with 458 additions and 350 deletions

View File

@@ -1,5 +1,5 @@
import { Command } from "commander";
import type { GatewayRpcOpts } from "../../../../src/cli/gateway-rpc.js";
import type { GatewayRpcOpts } from "openclaw/plugin-sdk/browser-support";
import { createCliRuntimeCapture } from "../../test-support.js";
import type { CliRuntimeCapture } from "../../test-support.js";