From 5ba50056299693be5302d77d626121059e19619f Mon Sep 17 00:00:00 2001 From: Tanguy Krotoff Date: Thu, 6 Jul 2023 15:55:25 +0200 Subject: [PATCH] One line comment --- src/createTestServer/createTestServer.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/createTestServer/createTestServer.ts b/src/createTestServer/createTestServer.ts index 469bd72..47e424c 100644 --- a/src/createTestServer/createTestServer.ts +++ b/src/createTestServer/createTestServer.ts @@ -68,8 +68,7 @@ export function createTestServer(options?: Options) { // eslint-disable-next-line unicorn/no-null https: https ? { key: privateKey, cert: certificate } : null, - // FIXME - // whatwg-fetch/jsdom does not support HTTP/2 + // FIXME whatwg-fetch/jsdom does not support HTTP/2 http2 });