From eb3922f1a589b927c8b1faa51fcf78121a161266 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 3 May 2026 19:59:36 -0700 Subject: [PATCH] test(qa): avoid spread in slack smoke lint --- .../qa-lab/src/mantis/slack-desktop-smoke.runtime.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/qa-lab/src/mantis/slack-desktop-smoke.runtime.test.ts b/extensions/qa-lab/src/mantis/slack-desktop-smoke.runtime.test.ts index 4c0d73c87af..9adadc98782 100644 --- a/extensions/qa-lab/src/mantis/slack-desktop-smoke.runtime.test.ts +++ b/extensions/qa-lab/src/mantis/slack-desktop-smoke.runtime.test.ts @@ -102,7 +102,7 @@ describe("mantis Slack desktop smoke runtime", () => { expect(remoteScript).toContain("OPENCLAW_MANTIS_SLACK_BROWSER_PROFILE_DIR"); const rsyncArgs = commands .filter((entry) => entry.command === "rsync") - .flatMap((entry) => [...entry.args]); + .flatMap((entry) => entry.args); expect(rsyncArgs).not.toContain("--delete"); expect(rsyncArgs).toEqual( expect.arrayContaining([