mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
test: compress plugin uninstall logs
This commit is contained in:
@@ -25,7 +25,7 @@ const ALPHA_INSTALL_PATH = installedPluginRoot(CLI_STATE_ROOT, "alpha");
|
||||
const ORIGINAL_OPENCLAW_NIX_MODE = process.env.OPENCLAW_NIX_MODE;
|
||||
|
||||
function expectRuntimeLogIncludes(fragment: string) {
|
||||
expect(runtimeLogs.some((message) => message.includes(fragment))).toBe(true);
|
||||
expect(runtimeLogs.join("\n")).toContain(fragment);
|
||||
}
|
||||
|
||||
function expectLatestUninstallPlanParams(expected: {
|
||||
|
||||
Reference in New Issue
Block a user