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.
only
1 parent ef7c956 commit b5d7dd0Copy full SHA for b5d7dd0
test/urlParsing.js
@@ -7,7 +7,7 @@ var proxy = require('../');
7
var proxyTarget = require('./support/proxyTarget');
8
var TIMEOUT = require('./constants');
9
10
-describe.only('url parsing', function () {
+describe('url parsing', function () {
11
var server;
12
13
beforeEach(() => server = proxyTarget(8111, 1000, [
0 commit comments