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 2791cee commit 55eda0eCopy full SHA for 55eda0e
test/scrape.js
@@ -101,7 +101,7 @@ function clientScrapeStaticInvalid (t, serverType) {
101
if (serverType === 'ws') common.mockWebsocketTracker(client)
102
}
103
104
-test.only('http: scrape using Client.scrape static method (invalid url)', function (t) {
+test('http: scrape using Client.scrape static method (invalid url)', function (t) {
105
clientScrapeStaticInvalid(t, 'http')
106
})
107
0 commit comments