Skip to content

Commit

Permalink
One line comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Jul 6, 2023
1 parent c235433 commit 5ba5005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/createTestServer/createTestServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
});

Expand Down

0 comments on commit 5ba5005

Please sign in to comment.