mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
lint
This commit is contained in:
@@ -488,7 +488,10 @@ describe('Automatic Internal Route Detection', () => {
|
||||
|
||||
mockValidateUrlWithDNS.mockResolvedValue({ isValid: true, resolvedIP: '93.184.216.34' })
|
||||
mockSecureFetchWithPinnedIP.mockResolvedValue(
|
||||
new Response(JSON.stringify({}), { status: 200, headers: { 'content-type': 'application/json' } })
|
||||
new Response(JSON.stringify({}), {
|
||||
status: 200,
|
||||
headers: { 'content-type': 'application/json' },
|
||||
})
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user