fix(cli): avoid underscored gateway test export · openclaw/openclaw@7e8364f
vincentkoc
·
2026-05-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,7 +5,7 @@ import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
5 | 5 | import type { OpenClawConfig } from "../config/config.js"; |
6 | 6 | import { loggingState } from "../logging/state.js"; |
7 | 7 | import type { RuntimeEnv } from "../runtime.js"; |
8 | | -import { __testing as agentViaGatewayTesting, agentCliCommand } from "./agent-via-gateway.js"; |
| 8 | +import { agentCliCommand, agentViaGatewayTesting } from "./agent-via-gateway.js"; |
9 | 9 | import type { agentCommand as AgentCommand } from "./agent.js"; |
10 | 10 | |
11 | 11 | const loadConfig = vi.hoisted(() => vi.fn()); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。