From 55eda0ed93e762d75cc21575ea1aed591f164e64 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 5 Aug 2016 18:41:25 -0700 Subject: [PATCH] Run all tests --- test/scrape.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scrape.js b/test/scrape.js index e71a8df..6391449 100644 --- a/test/scrape.js +++ b/test/scrape.js @@ -101,7 +101,7 @@ function clientScrapeStaticInvalid (t, serverType) { 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') })