Skip to content

Commit

Permalink
Remove FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Jan 3, 2024
1 parent 5ac2008 commit 8231974
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wrapper/testing/httpServerRequestListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const app = new Koa().use((ctx) => {
}
});

// FIXME: https://github.com/koajs/koa/issues/1755

const httpServer = http.createServer(app.callback());

Object.assign(httpServer, {
Expand Down

0 comments on commit 8231974

Please sign in to comment.