Skip to content

Commit

Permalink
feat: cron update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy committed Dec 22, 2023
1 parent 14a0eae commit 78c5cb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/crontab-parse.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,5 @@ Deno.test("Parse AST", () => {
astCrontabParse("* * * jan *"),
{ body: [{}, {}, {}, { value: 1 }] },
);
astCrontabParse("1,2-43,1/3,1-2/53 1,2-13,1/3,1-2/9 1,2-13,1/3,1-2/9 1,2-jun,1/3,1-2/9 1,2-4,1/3,1-2/3")
})

0 comments on commit 78c5cb0

Please sign in to comment.