()
| 38 | } |
| 39 | |
| 40 | function readRawConfig(): Record<string, unknown> { |
| 41 | return JSON.parse(fs.readFileSync(getGlobalConfigPath(), 'utf-8')) as Record<string, unknown>; |
| 42 | } |
| 43 | |
| 44 | describe('migration', () => { |
| 45 | let projectDir: string; |
no test coverage detected