WIP - add extractor, generate snippet_data
This commit is contained in:
9
node_modules/better-queue/test/lib/helper.js
generated
vendored
Normal file
9
node_modules/better-queue/test/lib/helper.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
exports.destroyQueues = function () {
|
||||
[this.q, this.q1, this.q2].forEach(function (q) {
|
||||
if (!q) return;
|
||||
setTimeout(function () {
|
||||
q.destroy();
|
||||
}, 15);
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user