Remove duplicate test

This commit is contained in:
Jacob Wallraff
2023-01-10 10:32:35 -08:00
parent f163cceaa3
commit 92db0c1af7
@@ -49,7 +49,6 @@ describe("isValidCron", () => {
"0 2/4-5 * * *",
"0 2-4-6 * * *",
"0 2/4/6 * * *",
"0 2/4/6 * * *",
]
for (const cron of invalid) {