Skip to content

Commit 39c7b05

Browse files
fix: remove extra blank line (prettier)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f4a1741 commit 39c7b05

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/cli-kit/src/public/node/error-handler.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ describe('sends errors to Bugsnag', () => {
209209
expect(onNotify).toHaveBeenCalledWith(res.error)
210210
})
211211

212-
213212
test.each([null, undefined, {}, {message: 'nope'}])('deals with strange things to throw %s', async (throwable) => {
214213
const res = await sendErrorToBugsnag(throwable, 'unexpected_error')
215214
expect(res.reported).toEqual(false)

0 commit comments

Comments
 (0)