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 });