Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/node-redis
/ pub-sub.spec.ts
File
pub-sub.spec.ts
packages/client/lib/client/pub-sub.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ strict as assert } from
'node:assert'
;
2
import
{ PubSub, PUBSUB_TYPE } from
'./pub-sub'
;
3
4
describe(
'PubSub'
, () => {
Callers
nothing calls this directly
Calls
5
createAndSubscribe
Function · 0.85
resolve
Method · 0.65
reject
Method · 0.65
subscribe
Method · 0.65
unsubscribe
Method · 0.65
Tested by
no test coverage detected