Files
talk/test/kue.js
T
2017-01-20 17:28:08 -07:00

8 lines
158 B
JavaScript

const kue = require('../services/kue');
beforeEach(() => {
// Empty the test tasks before finishing.
kue.TestQueue.splice(0, kue.TestQueue.length);
});