Files
talk/test/helpers/kue.js
T
2017-08-19 10:22:26 -06:00

8 lines
161 B
JavaScript

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