mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: encompass beta verifier args
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
|
||||
describe("parseReleaseVerifyBetaArgs", () => {
|
||||
it("defaults beta verification to the matching tag and repo", () => {
|
||||
expect(parseReleaseVerifyBetaArgs(["2026.5.10-beta.3"])).toMatchObject({
|
||||
expect(parseReleaseVerifyBetaArgs(["2026.5.10-beta.3"])).toEqual({
|
||||
version: "2026.5.10-beta.3",
|
||||
tag: "v2026.5.10-beta.3",
|
||||
distTag: "beta",
|
||||
@@ -32,7 +32,12 @@ describe("parseReleaseVerifyBetaArgs", () => {
|
||||
"--skip-postpublish",
|
||||
"--rerun-failed-clawhub",
|
||||
]),
|
||||
).toMatchObject({
|
||||
).toEqual({
|
||||
version: "2026.5.10-beta.3",
|
||||
tag: "v2026.5.10-beta.3",
|
||||
distTag: "beta",
|
||||
repo: "openclaw/openclaw",
|
||||
registry: "https://clawhub.ai",
|
||||
skipPostpublish: true,
|
||||
rerunFailedClawHub: true,
|
||||
workflowRuns: {
|
||||
|
||||
Reference in New Issue
Block a user