Skip to content

Commit a12cb33

Browse files
committed
fix: eslint errors resolved
1 parent 9d9867b commit a12cb33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/server/app/modules/chat/graphql/__tests__/chat-guard.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ describe('ChatsGuard', () => {
1111
getArgByIndex: jest.fn(),
1212
switchToRpc: jest.fn(),
1313
switchToHttp: jest.fn(),
14-
switchToWs: jest.fn()
14+
switchToWs: jest.fn(),
15+
getType: jest.fn(),
1516
};
1617
const canActivate = new ChatsGuard().canActivate(mockExecutionContext);
1718
expect(canActivate).toBeDefined();

0 commit comments

Comments
 (0)