Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Aug 5, 2022
1 parent e7f6749 commit 05ff8b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/queue/Queue.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ describe(Queue.name, () => {
logger,
});

await queue.registerHandler('somename', () => {
console.log('hi');
});

await queue.pushTask('somename', [], 1000);


await queue.stop();
await queue.destroy();
});
Expand Down

0 comments on commit 05ff8b0

Please sign in to comment.