Skip to content

Commit

Permalink
test: fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jul 17, 2024
1 parent ccde8d1 commit d475258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ function honoWrapper(compiler, options) {
/**
* @returns {string[]}
*/
res.getHeaderNames = () => Array.from(c.res.headers.keys());
res.getResponseHeaders = () => Array.from(c.res.headers.keys());

/**
* @returns {ServerResponse}
Expand Down

0 comments on commit d475258

Please sign in to comment.