Skip to content

Commit caf8898

Browse files
committed
[adhoc] Remove accidentally committed only.
1 parent ef7c956 commit caf8898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/urlParsing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var proxy = require('../');
77
var proxyTarget = require('./support/proxyTarget');
88
var TIMEOUT = require('./constants');
99

10-
describe.only('url parsing', function () {
10+
describe('url parsing', function () {
1111
var server;
1212

1313
beforeEach(() => server = proxyTarget(8111, 1000, [

0 commit comments

Comments
 (0)