fix(ci): route extension test helpers through public sdk seams

This commit is contained in:
Vincent Koc
2026-04-04 00:03:24 +09:00
parent ad8870ae28
commit 6366010884
27 changed files with 46 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
import { withEnv } from "openclaw/plugin-sdk/testing";
import { describe, expect, it } from "vitest";
import { withEnv } from "../../../test/helpers/plugins/env.js";
import { __testing } from "./perplexity-web-search-provider.js";
const openRouterApiKeyEnv = ["OPENROUTER_API", "KEY"].join("_");