Skip to content

Commit bd4cd81

Browse files
authored
actually make linter happy this time
1 parent c2f5e31 commit bd4cd81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/node/test/handlers.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ describe('requestHandler', () => {
283283
done();
284284
});
285285
});
286-
287286
it('patches `res.end` when `flushTimeout` is specified', () => {
288287
const flush = jest.spyOn(SDK, 'flush').mockResolvedValue(true);
289288

0 commit comments

Comments
 (0)