Skip to content

Commit 37e099a

Browse files
author
Dan Skinner
committed
tidy diff
1 parent a55871c commit 37e099a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/__test__/Request.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jest.setTimeout(+(process.env.BUGSNAG_TIMEOUT_MS as string) * 10)
1111
let server: http.Server
1212
afterEach(() => server?.close())
1313

14-
const originalSetTimeout = http.ClientRequest.prototype.setTimeout;
14+
const originalSetTimeout = http.ClientRequest.prototype.setTimeout
1515

1616
beforeAll(() => {
1717
// trigger a timeout without waiting much real time
@@ -520,5 +520,4 @@ test('request: fetch() unsuccessful (timeout)', async () => {
520520
expect(e.isRetryable).toBe(true)
521521
expect(e.code).toBe(NetworkErrorCode.TIMEOUT)
522522
}
523-
524-
})
523+
})

0 commit comments

Comments
 (0)