We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d30752 commit 99b397bCopy full SHA for 99b397b
test/lib/transports/ws2-unit.js
@@ -2279,14 +2279,6 @@ describe('WSv2 unit', () => {
2279
})
2280
2281
2282
- describe('hasChannel', () => {
2283
- it('returns true if the channel map contains the requested ID', () => {
2284
- ws = createTestWSv2Instance()
2285
- ws._channelMap = { test: '' }
2286
- assert.ok(ws.hasChannel('test'), 'channel ID not recognized')
2287
- })
2288
2289
-
2290
describe('getChannelId', () => {
2291
it('matches the specified type and filter', () => {
2292
ws = createTestWSv2Instance()
0 commit comments