test: narrow xai test helper imports

This commit is contained in:
Peter Steinberger
2026-04-24 13:07:35 +01:00
parent 55c45307d0
commit aa3a5f9ff7
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { withFetchPreconnect } from "openclaw/plugin-sdk/testing";
import { afterEach, describe, expect, it, vi } from "vitest";
import { withFetchPreconnect } from "../../src/test-utils/fetch-mock.js";
import { createCodeExecutionTool } from "./code-execution.js";
function installCodeExecutionFetch(payload?: Record<string, unknown>) {