()
| 21 | const tempDirs: string[] = [] |
| 22 | const configFile = (): string => path.join(userDataDir, 'zennotes.config.json') |
| 23 | const backupFile = (): string => `${configFile()}.bak` |
| 24 | |
| 25 | // `localVaults` entries go through `path.resolve()` in normalizePersistedConfig, |
| 26 | // which on Windows turns `/Users/test/MyVault` into `D:\Users\test\MyVault`. |
no test coverage detected