mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:10:42 +00:00
test: keep SDK testing off bundled inventory
This commit is contained in:
@@ -43,7 +43,6 @@ export {
|
||||
resolveWebFetchProviderContractEntriesForPluginId,
|
||||
resolveWebSearchProviderContractEntriesForPluginId,
|
||||
} from "../plugins/contracts/registry.js";
|
||||
export { BUNDLED_PLUGIN_CONTRACT_SNAPSHOTS } from "../plugins/contracts/inventory/bundled-capability-metadata.js";
|
||||
export { loadPluginManifestRegistry } from "../plugins/manifest-registry.js";
|
||||
export { parseMinHostVersionRequirement } from "../plugins/min-host-version.js";
|
||||
export { resolveBundledExplicitProviderContractsFromPublicArtifacts } from "../plugins/provider-contract-public-artifacts.js";
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user