UNPKG

kued

Version:

Extensions for the Kue library (Daemonization, Checkpointing, etc.)

15 lines (11 loc) 219 B
const queue = require('./suites/queue'); after(function(next){ this.timeout(3000); queue.shutdown(1000, function(err){ if (err) { console.error(err); return next(err); } next(); }); });