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

Make test => Unhandled promise rejection #213

Open murrah opened 7 years ago

murrah commented 7 years ago

Hi, I have clean installed later.js via npm and am attempting to run the tests as per documentation. $ make test When I do that I get: make Invoking test target make Invoking later.js target

UnhandledPromiseRejectionWarning: Unhandled promise rejection : undefined make x ERR not found: make-$
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.