We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2c04e commit 1407f1fCopy full SHA for 1407f1f
tests/crontime.test.js
@@ -70,7 +70,7 @@ describe('crontime', () => {
70
}).not.toThrow();
71
});
72
73
- it('should accept all valid ranges (0-59 0-59 1-23 1-31 0-12 0-6)', () => {
+ it('should accept all valid ranges (0-59 0-59 0-23 1-31 1-12 0-7)', () => {
74
expect(() => {
75
new cron.CronTime('0-59 0-59 1-23 1-31 0-11 0-6');
76
0 commit comments