Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/postgres-ai/database-lab-engine
/ initWS.test.ts
File
initWS.test.ts
ui/packages/ce/src/api/engine/initWS.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach, afterEach } from
'vitest'
2
3
vi.mock(
'config/env'
, () => ({ WS_URL_PREFIX:
''
}))
4
Callers
nothing calls this directly
Calls
2
initWS
Function · 0.90
it
Function · 0.50
Tested by
no test coverage detected