test: instance create error commenting mockFB

This commit is contained in:
Mir Arif Hasan
2023-02-08 16:55:48 +06:00
parent 2ed5a045de
commit 2d4a5a30f7

View File

@@ -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,
);