()
| 20 | |
| 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, |
no outgoing calls
no test coverage detected