We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe51f7 commit 499c0b1Copy full SHA for 499c0b1
1 file changed
integration/websockets/e2e/ws-gateway.spec.ts
@@ -12,7 +12,7 @@ async function createNestApp(...gateways): Promise<INestApplication> {
12
providers: gateways,
13
}).compile();
14
const app = await testingModule.createNestApplication();
15
- app.useWebSocketAdapter(new WsAdapter(app));
+ app.useWebSocketAdapter(new WsAdapter(app) as any);
16
return app;
17
}
18
0 commit comments