mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 13:26:04 -06:00
test: speed up and stabilize full suite
This commit is contained in:
@@ -433,6 +433,8 @@ async function runConfigCommand(args: string[]) {
|
||||
describe("config cli", () => {
|
||||
beforeAll(async () => {
|
||||
({ registerConfigCli } = await import("./config-cli.js"));
|
||||
const { resolveConfigSecretTargetByPath } = await import("../secrets/target-registry.js");
|
||||
resolveConfigSecretTargetByPath(["channels", "googlechat", "serviceAccount"]);
|
||||
sharedProgram = new Command();
|
||||
sharedProgram.exitOverride();
|
||||
registerConfigCli(sharedProgram);
|
||||
|
||||
Reference in New Issue
Block a user