()
| 59 | } |
| 60 | |
| 61 | function readProfile(): Record<string, unknown> { |
| 62 | const file = path.join(tmpHome, 'developer-profile.json'); |
| 63 | return JSON.parse(fs.readFileSync(file, 'utf-8')); |
| 64 | } |
| 65 | |
| 66 | // ----------------------------------------------------------------------- |
| 67 | // --read (defaults + compat) |
no outgoing calls
no test coverage detected