You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2023. It is now read-only.
2.6.0
Cleanup some of the scheduling code
CHANGED tests that schedule with interval now respect start time.
Linted src/schedule.js
Updated dependencies
Merge pull request #13 from djanowski/fix-date-in-example
Fix date in example.
2.4.2
Fixed dependent tests
Fixed test case to run consistently regardless of system time
Merge pull request #12 from djanowski/runonce-with-interval
`runOnce` should continue to honor intervals after first run.
2.4.0
WTF babel you're drunk
This is really a run-once test (interval == more than once)
Use ms, code easier to read
async function == promise
Removed unnecessary require
Consistent casing
Added changelog entry
Merge pull request #8 from djanowski/runonce-scheduled-interval
Make interval inclusive.
ADDED Honor intervals when using `runOnce`.
Added Code of Conduct