(callIdx = 0)
| 24 | } |
| 25 | |
| 26 | function headersOf(callIdx = 0): Record<string, string> { |
| 27 | const init = fetchMock.mock.calls[callIdx][1] as RequestInit; |
| 28 | return init.headers as Record<string, string>; |
| 29 | } |
| 30 | |
| 31 | test("strips cloud.public_api_key from properties before sending", async () => { |
| 32 | await send({ |
no outgoing calls
no test coverage detected
searching dependent graphs…