Skip to content

Commit 777a38a

Browse files
Sunny  TyagiSunny  Tyagi
authored andcommitted
feat(chore): remove extra imports of bullmq
remove extra imports of bullmq gh-3
1 parent 4b40938 commit 777a38a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/__tests__/unit/providers/bullmq/bullmq-consumer.service.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ import {
44
sinon,
55
StubbedInstanceWithSinonAccessor,
66
} from '@loopback/testlab';
7-
import {Queue} from 'bullmq';
87
import {ILogger} from '@sourceloop/core';
98
import {BullMQConfig} from '../../../../strategies';
109
import {EventHandlerService} from '../../../../services';
1110
import {QueueType} from '../../../../types';
1211
import proxyquire from 'proxyquire';
13-
import {WorkerOptions, Processor} from 'bullmq';
12+
import {WorkerOptions, Processor, Queue} from 'bullmq';
1413

1514
const HIGH_WAITING_JOB_COUNT = 5;
1615
// Mock bullmq Worker instances

0 commit comments

Comments
 (0)