| 1 | import { join } from 'path'; |
| 2 | import { readFileSync } from 'fs'; |
| 3 | import { mockReadFileSync } from '../../test/mock-utils'; |
| 4 | import { loadConfig, loadTrustedConfig } from '@api3/airnode-node'; |
nothing calls this directly
no test coverage detected