Skip to content

Commit 55eda0e

Browse files
committed
Run all tests
1 parent 2791cee commit 55eda0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scrape.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function clientScrapeStaticInvalid (t, serverType) {
101101
if (serverType === 'ws') common.mockWebsocketTracker(client)
102102
}
103103

104-
test.only('http: scrape using Client.scrape static method (invalid url)', function (t) {
104+
test('http: scrape using Client.scrape static method (invalid url)', function (t) {
105105
clientScrapeStaticInvalid(t, 'http')
106106
})
107107

0 commit comments

Comments
 (0)