mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-26 22:17:51 +00:00
[codex] refresh plugin regression fixtures
Summary: - Refresh plugin regression fixtures and test-support mocks for guarded network resolution, progress streaming windows, staged TTS output, QQBot STT, and CLI runner assertions. - Resolve current-main conflicts in Discord, Google video, QQBot STT, and CLI runner tests without changing runtime code. Verification: - pnpm check:test-types - pnpm vitest run $(git diff --name-only origin/main...HEAD) - git diff --check - GitHub CI passed, including Real behavior proof, auto-response, ClawSweeper dispatch, CodeQL, and full CI checks. Co-authored-by: Jason Zhou <22532527+JayZeeDesign@users.noreply.github.com>
This commit is contained in:
@@ -491,7 +491,7 @@ describe("runCliAgent spawn path", () => {
|
||||
},
|
||||
}),
|
||||
);
|
||||
await expectPathMissing(pluginDir);
|
||||
await expect(fs.access(pluginDir)).rejects.toMatchObject({ code: "ENOENT" });
|
||||
} finally {
|
||||
await fs.rm(workspaceDir, { recursive: true, force: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user