()
| 9 | import { removeAirnode } from '../infrastructure'; |
| 10 | |
| 11 | const readExampleConfig = () => |
| 12 | JSON.parse(fs.readFileSync(path.join(__dirname, '../../config/config.example.json'), 'utf-8')); |
| 13 | |
| 14 | jest.mock('../infrastructure', () => ({ |
| 15 | ...jest.requireActual('../infrastructure'), |