Make test => Unhandled promise rejection
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
node:6684 UnhandledPromiseRejectionWarning: Unhandled promise rejection
followed by the make help dump.
I am using node v6.9.4, make v0.8.1, Win7 64bit.
I assume it is choking on something in later.js but how to work out what? I have not used make before.
Any ideas?
And... I love later.js - it is very cool!
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.