style(connection): satisfy callback lint
This commit is contained in:
@@ -125,7 +125,7 @@ describe('connection client apply', () => {
|
|||||||
const fetch = vi.spyOn(globalThis, 'fetch')
|
const fetch = vi.spyOn(globalThis, 'fetch')
|
||||||
const client = (await mount()).api as WebApiClient
|
const client = (await mount()).api as WebApiClient
|
||||||
const envelopes: RpcMessage[][] = []
|
const envelopes: RpcMessage[][] = []
|
||||||
client.subscribeEnvelopes(batch => { envelopes.push([...batch]) })
|
client.subscribeEnvelopes((batch) => { envelopes.push([...batch]) })
|
||||||
const opened: string[] = []
|
const opened: string[] = []
|
||||||
const muxAbort = new AbortController()
|
const muxAbort = new AbortController()
|
||||||
const hostAbort = new AbortController()
|
const hostAbort = new AbortController()
|
||||||
|
|||||||
Reference in New Issue
Block a user