From 16ae14a62c9234539628a95b2423717cbb84040c Mon Sep 17 00:00:00 2001 From: Marika Marszalkowski Date: Tue, 19 Nov 2019 12:39:33 +0100 Subject: [PATCH] some change --- types/http-proxy-agent/http-proxy-agent-tests.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/http-proxy-agent/http-proxy-agent-tests.ts b/types/http-proxy-agent/http-proxy-agent-tests.ts index 2158a9129f712c..641d4d69119673 100644 --- a/types/http-proxy-agent/http-proxy-agent-tests.ts +++ b/types/http-proxy-agent/http-proxy-agent-tests.ts @@ -6,6 +6,7 @@ new Agent({}); new Agent({ host: 'url' }); new Agent({}).proxy; + new Agent({}).secureProxy; // $ExpectError