mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-08 02:52:15 +00:00
fix(test): reject group report flag values
This commit is contained in:
@@ -592,6 +592,7 @@ describe("scripts/test-group-report arg parsing", () => {
|
||||
expect(() => parseTestGroupReportArgs([flag, "--limit", "5"])).toThrow(
|
||||
`${flag} requires a value`,
|
||||
);
|
||||
expect(() => parseTestGroupReportArgs([flag, "-h"])).toThrow(`${flag} requires a value`);
|
||||
}
|
||||
for (const flag of [
|
||||
"--limit",
|
||||
|
||||
Reference in New Issue
Block a user