DefinitelyTyped/types/kue
Ahto Jussila f07524f928 Fix wrong signature for Kue testMode.enter().
The function look like this
module.exports.enter = function(process) {
  processQueue         = process || false;
  Job.prototype.save   = testJobSave;
  Job.prototype.update = testJobUpdate;
};
2017-05-15 16:00:06 +03:00
..
index.d.ts Fix wrong signature for Kue testMode.enter(). 2017-05-15 16:00:06 +03:00
kue-tests.ts Fix wrong signature for Kue testMode.enter(). 2017-05-15 16:00:06 +03:00
tsconfig.json