(timeoutMs = 120_000)
| 10 | // NOTE: This function must be called outside of the test (the "it" callback), but can be called from inside the |
| 11 | // "describe" block. See: https://github.com/facebook/jest/issues/11500#issuecomment-1133428341 |
| 12 | export const increaseTestTimeout = (timeoutMs = 120_000) => jest.setTimeout(timeoutMs); |
| 13 | |
| 14 | export const deployAirnodeAndMakeRequests = async (filename: string, requests?: Request[]) => { |
| 15 | const deployerIndex = getDeployerIndex(filename); |
no outgoing calls
no test coverage detected