mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 01:31:08 +00:00
fix(test): refresh plugin-sdk package boundary exports
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from "../../../src/plugin-sdk/provider-web-search-config-contract.js";
|
||||
@@ -69,7 +69,7 @@ function expectResolvedBundledDir(params: {
|
||||
bundledDirOverride?: string;
|
||||
disableBundledPlugins?: string;
|
||||
vitest?: string;
|
||||
execArgv?: string[];
|
||||
execArgv?: readonly string[];
|
||||
}) {
|
||||
vi.spyOn(process, "cwd").mockReturnValue(params.cwd);
|
||||
process.argv[1] = params.argv1 ?? "/usr/bin/env";
|
||||
@@ -103,7 +103,7 @@ function expectResolvedBundledDirFromRoot(params: {
|
||||
bundledDirOverride?: string;
|
||||
vitest?: string;
|
||||
cwd?: string;
|
||||
execArgv?: string[];
|
||||
execArgv?: readonly string[];
|
||||
}) {
|
||||
expectResolvedBundledDir({
|
||||
cwd: params.cwd ?? params.repoRoot,
|
||||
|
||||
Reference in New Issue
Block a user