Run all tests

This commit is contained in:
Feross Aboukhadijeh 2016-08-05 18:41:25 -07:00
parent 2791cee94b
commit 55eda0ed93

View File

@ -101,7 +101,7 @@ function clientScrapeStaticInvalid (t, serverType) {
if (serverType === 'ws') common.mockWebsocketTracker(client) if (serverType === 'ws') common.mockWebsocketTracker(client)
} }
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) {
clientScrapeStaticInvalid(t, 'http') clientScrapeStaticInvalid(t, 'http')
}) })