Extensions: migrate test-utils plugin-sdk imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-04 01:20:17 -05:00
parent 7a9754c927
commit 9bf08c926b
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import type { RuntimeEnv } from "openclaw/plugin-sdk";
import type { RuntimeEnv } from "openclaw/plugin-sdk/compat";
import { vi } from "vitest";
export function createRuntimeEnv(): RuntimeEnv {