bunkat / later

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.
http://bunkat.github.io/later/
MIT License
2.42k stars 245 forks source link

Failing test #203

Open memelet opened 7 years ago

memelet commented 7 years ago

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)
niftylettuce commented 4 years ago

I have fixed all tests in my maintained fork at https://github.com/breejs/later, which I made for Bree, the best job scheduler at https://github.com/breejs/bree.