From 79ef182b6c3efc074422aed01c668bdef2f30676 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sat, 25 Sep 2021 19:49:37 +0000 Subject: Move to Plug'n'Play over node_modules --- src/util/config.test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/util/config.test.ts b/src/util/config.test.ts index 21d4041..0e7e69e 100644 --- a/src/util/config.test.ts +++ b/src/util/config.test.ts @@ -146,6 +146,7 @@ const ServerMock = (mockErr: Error | undefined): jest.Mock => }, maxHeadersCount: 0, maxConnections: 0, + maxRequestsPerSocket: 0, listen: jest.fn(), listening: true, address: jest.fn(), -- cgit