Skip to content

Commit fc47320

Browse files
add back silent option to tests
1 parent 1429c91 commit fc47320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/01_proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('proxy', function () {
7272

7373
beforeEach(function (done) {
7474
proxy = new Proxy();
75-
proxy.listen({ port: testProxyPort }, done);
75+
proxy.listen({ port: testProxyPort, silent: true }, done);
7676
});
7777

7878
afterEach(function () {

0 commit comments

Comments
 (0)