Files
talk/test/helpers/kue.js
T
2018-01-11 20:00:34 -07:00

7 lines
160 B
JavaScript

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