We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab1e9a commit e5411beCopy full SHA for e5411be
src/__tests__/Queue.test.ts
@@ -69,7 +69,7 @@ describe('Queue Basics', () => {
69
});
70
it('handle attempts correctly', (done) => {
71
const onQueueFinish = () => {
72
- expect(executer).toBeCalledTimes(6);
+ expect(executer).toBeCalledTimes(5);
73
done();
74
};
75
const executer = jest.fn(() => {
0 commit comments