fix(plugin-sdk): keep testing barrel narrow

This commit is contained in:
Peter Steinberger
2026-03-22 23:30:59 +00:00
parent bca7787f92
commit 023394bc0b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import type { OutputRuntimeEnv } from "openclaw/plugin-sdk/testing";
import type { OutputRuntimeEnv } from "openclaw/plugin-sdk/runtime";
import { vi } from "vitest";
export function createRuntimeEnv<TRuntime = OutputRuntimeEnv>(options?: {