()
| 158 | } |
| 159 | |
| 160 | function getConfigPath(): string { |
| 161 | return path.join(paths('prisma').config, 'nps.json') |
| 162 | } |
| 163 | |
| 164 | async function readConfig(): Promise<NpsConfig | undefined> { |
| 165 | const data = await fs.promises |
no outgoing calls
no test coverage detected