test: instance create error commenting mockFB
This commit is contained in:
parent
2ed5a045de
commit
2d4a5a30f7
1 changed files with 2 additions and 1 deletions
|
|
@ -23,9 +23,10 @@ const mockPubSub = {
|
|||
publish: jest.fn().mockResolvedValue(null),
|
||||
};
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
const teamCollectionService = new TeamCollectionService(
|
||||
mockPrisma,
|
||||
mockFB as any,
|
||||
mockPubSub as any,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue