We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061c21f commit f75d445Copy full SHA for f75d445
1 file changed
test/application/respond.js
@@ -236,7 +236,6 @@ describe('app.respond', () => {
236
ctx.status = 200;
237
res.setHeader('Content-Type', 'text/html');
238
res.write('Hello');
239
- setTimeout(() => res.end('Goodbye'), 0);
240
});
241
242
app.on('error', err => { throw err; });
0 commit comments