Automattic / kue

Kue is a priority job queue backed by redis, built for node.js.
http://automattic.github.io/kue
MIT License
9.45k stars 862 forks source link

Save/Update test-replacements return Job-Object #1176

Open pc-jedi opened 6 years ago

pc-jedi commented 6 years ago

In testmode with enabled processing the original save/update method of the Job-object gets called, but the result gets not returned. Therefore save() and update() would return undefined rather then the Job-object.