(systemDir: string)
| 10 | } |
| 11 | |
| 12 | function readPreferencesFile(systemDir: string): any { |
| 13 | return JSON.parse(readFileSync(join(systemDir, 'preferences.json'), 'utf-8')) |
| 14 | } |
| 15 | |
| 16 | test('migrates old built-in desensitize rules out of preferences with a backup', () => { |
| 17 | const systemDir = createTempSystemDir() |
no test coverage detected