A javascript library for defining recurring schedules and calculating future (or past) occurrences for them. Includes support for using English phrases and Cron schedules. Works in Node and in the browser.
When I run the tests on a clean check I get one failure
41719 passing (16s)
1 pending
1 failing
1) Set timeout should not execute a far out schedule immediately:
Uncaught AssertionError: expected true to not exist
at Timeout.test [as _onTimeout] (test/core/settimeout-test.js:41:18)
When I run the tests on a clean check I get one failure