| 1 | import { setMaxPromiseTimeout, readPackageVersion, getExistingAirnodeRrpV0, supportedNetworks } from './utils'; |
| 2 | |
| 3 | describe('setMaxPromiseTimeout', () => { |
| 4 | it('returns the fulfilled promise if resolved before timeout', async () => { |
nothing calls this directly
no test coverage detected