fix: filter - enhancements in subscription management (#3198) #6237
GitHub Actions / Test Report - node-optional
succeeded
Jan 29, 2025 in 1s
6 passed, 0 failed and 0 skipped
✅ packages/tests/reports/mocha-results.json
6 tests were completed in 13s with 6 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
packages/tests/tests/create.optional.spec.ts | 4✅ | 96ms | ||
packages/tests/tests/peer-exchange/pe.optional.spec.ts | 1✅ | 7s | ||
packages/tests/tests/waku.node.optional.spec.ts | 1✅ | 3s |
✅ packages/tests/tests/create.optional.spec.ts
Create node
✅ should log info about WebSocket failures to console when hideWebSocketInfo disabled and NODE_ENV is not test
✅ should not log info about WebSocket failures to console when NODE_ENV=test and hideWebSocketInfo=false
✅ should not log info about WebSocket failures to console when NODE_ENV=test and hideWebSocketInfo=true
✅ should not log info about WebSocket failures to console when NODE_ENV=undefined and hideWebSocketInfo=true
✅ packages/tests/tests/peer-exchange/pe.optional.spec.ts
Peer Exchange Auto Discovery
✅ should discover peers other than used for bootstrapping
✅ packages/tests/tests/waku.node.optional.spec.ts
Use static and several ENR trees for bootstrap
✅
Loading