Skip to content

Commit eabf2de

Browse files
committed
lint
1 parent 5819bfa commit eabf2de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/sim/tools/index.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,10 @@ describe('Automatic Internal Route Detection', () => {
488488

489489
mockValidateUrlWithDNS.mockResolvedValue({ isValid: true, resolvedIP: '93.184.216.34' })
490490
mockSecureFetchWithPinnedIP.mockResolvedValue(
491-
new Response(JSON.stringify({}), { status: 200, headers: { 'content-type': 'application/json' } })
491+
new Response(JSON.stringify({}), {
492+
status: 200,
493+
headers: { 'content-type': 'application/json' },
494+
})
492495
)
493496
})
494497

0 commit comments

Comments
 (0)