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.

Home Page:http://bunkat.github.io/later/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing test

memelet opened this issue · comments

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)

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.