mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
test(qa): avoid spread in slack smoke lint
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user