MCPcopy Create free account
hub / github.com/api3dao/airnode / readExampleConfig

Function readExampleConfig

packages/airnode-deployer/src/cli/commands.test.ts:11–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

commands.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected