Skip to content

Commit c2f5e31

Browse files
authored
make linter happy
1 parent dca80fa commit c2f5e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/test/handlers.test.ts

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

0 commit comments

Comments
 (0)