mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 18:45:55 +08:00
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
const kue = require('../../services/kue');
|
|
|
|
beforeEach(() => {
|
|
|
|
// Empty the test tasks before finishing.
|
|
kue.TestQueue.splice(0, kue.TestQueue.length);
|
|
});
|