summaryrefslogtreecommitdiff
path: root/cli/tests/unit/cron_test.ts
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-01-24fix(ext/cron): automatically override unspecified values (#22042)Igor Zinkovsky
2024-01-23BREAKING(unstable): remove `Deno.cron()` overload (#22035)Asher Gomez
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-11-30feat(cron): added the support for json type schedule to cron api (#21340)Raashid Anwar
2023-11-16feat(ext/cron) modify Deno.cron API to make handler arg last (#21225)Igor Zinkovsky
2023-11-10chore(cli): Migrate some unit tests to "Promise.withResolvers()" (#21128)Tareque Md Hanif
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky