Files
talk/test/server/kue.js
T
2017-03-23 12:27:30 -03: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);
});