@6degrees/node-cron-utils
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@6degrees/node-cron-utils", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Utilities functions to manipulate node-cron expressions", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -42,2 +42,2 @@ | ||
expect(hi.double("*/5 * * * *")).toBe("* */10 * * * *") // Not sure if this is correct | ||
}) | ||
}) |
7931
123