test(extensions): narrow utility test helper imports

This commit is contained in:
Vincent Koc
2026-04-03 21:21:52 +09:00
parent a3cadfd51d
commit 2a04d5c16f
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import { jsonResponse, requestBodyText, requestUrl } from "openclaw/plugin-sdk/testing";
import { afterEach, describe, expect, it, vi } from "vitest";
import { jsonResponse, requestBodyText, requestUrl } from "../../../src/test-helpers/http.js";
import {
enrichOllamaModelsWithContext,
resolveOllamaApiBase,

View File

@@ -1,7 +1,7 @@
import type { RuntimeEnv } from "openclaw/plugin-sdk/runtime-env";
import type { WizardPrompter } from "openclaw/plugin-sdk/setup";
import { jsonResponse, requestBodyText, requestUrl } from "openclaw/plugin-sdk/testing";
import { afterEach, describe, expect, it, vi } from "vitest";
import { jsonResponse, requestBodyText, requestUrl } from "../../../src/test-helpers/http.js";
import {
configureOllamaNonInteractive,
ensureOllamaModelPulled,