Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ ws-gateway.spec.ts
File
ws-gateway.spec.ts
integration/websockets/e2e/ws-gateway.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ INestApplication } from
'@nestjs/common'
;
2
import
{ WsAdapter } from
'@nestjs/platform-ws'
;
3
import
{ Test } from
'@nestjs/testing'
;
4
import
{ expect } from
'chai'
;
Callers
nothing calls this directly
Calls
14
parse
Method · 0.80
createTestingModule
Method · 0.80
createNestApplication
Method · 0.80
setMessageParser
Method · 0.80
createNestApp
Function · 0.70
listen
Method · 0.65
on
Method · 0.65
close
Method · 0.65
log
Method · 0.65
useWebSocketAdapter
Method · 0.65
setTimeout
Function · 0.50
send
Method · 0.45
Tested by
no test coverage detected