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.
2 parents d35d3d9 + 54782bc commit 52aacc1Copy full SHA for 52aacc1
test/client.js
@@ -192,10 +192,9 @@ test('udp: client.scrape()', function (t) {
192
testClientScrape(t, 'udp')
193
})
194
195
-// TODO: uncomment once scrape is supported on WebSocket trackers
196
-// test('ws: client.scrape()', function (t) {
197
-// testClientScrape(t, 'ws')
198
-// })
+test('ws: client.scrape()', function (t) {
+ testClientScrape(t, 'ws')
+})
199
200
function testClientAnnounceWithParams (t, serverType) {
201
t.plan(5)
0 commit comments