()
| 36 | * @returns The contents of the "integration-info.json" file (throws if it doesn't exist) |
| 37 | */ |
| 38 | export const readIntegrationInfo = (): IntegrationInfo => |
| 39 | JSON.parse(readFileSync(join(__dirname, '../integration-info.json')).toString()); |
| 40 | |
| 41 | /** |
| 42 | * @returns The contents of the "aws.env" file (throws if it doesn't exist) |
no outgoing calls
no test coverage detected