mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 11:36:04 +00:00
test(release): pin extended preflight usage line
This commit is contained in:
@@ -119,7 +119,9 @@ describe("scripts/release-preflight.mjs", () => {
|
||||
|
||||
expect(result.status).toBe(1);
|
||||
expect(result.stderr).toContain("Unknown release preflight argument: --fiix");
|
||||
expect(result.stderr).toContain("Usage: node scripts/release-preflight.mjs [--check|--fix]");
|
||||
expect(result.stderr).toContain(
|
||||
"Usage: node scripts/release-preflight.mjs [--check|--fix|--macos-versions-only]",
|
||||
);
|
||||
expect(result.stdout).toBe("");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user