mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 17:00:21 +00:00
fix(ci): route extension test helpers through public sdk seams
This commit is contained in:
@@ -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("_");
|
||||
|
||||
Reference in New Issue
Block a user