test: keep SDK testing off bundled inventory

This commit is contained in:
Peter Steinberger
2026-04-28 00:28:05 +01:00
parent 0a0d934725
commit 3ae796b649
2 changed files with 1 additions and 2 deletions

View File

@@ -2,13 +2,13 @@ import type { AssistantMessage } from "@mariozechner/pi-ai";
import type { ResolvedTtsConfig, SpeechProviderPlugin } from "openclaw/plugin-sdk/speech-core";
import type { OpenClawConfig } from "openclaw/plugin-sdk/testing";
import {
BUNDLED_PLUGIN_CONTRACT_SNAPSHOTS,
createEmptyPluginRegistry,
setActivePluginRegistry,
withEnv,
withEnvAsync,
} from "openclaw/plugin-sdk/testing";
import { beforeEach, describe, expect, it, vi } from "vitest";
import { BUNDLED_PLUGIN_CONTRACT_SNAPSHOTS } from "../../../src/plugins/contracts/inventory/bundled-capability-metadata.js";
import { resolveWorkspacePackagePublicModuleUrl } from "./public-surface-loader.js";
type TtsRuntimeModule = typeof import("openclaw/plugin-sdk/tts-runtime");