()
| 12 | // Lazy resolution lets a test set EVOLVER_SETTINGS_DIR to a temp dir before |
| 13 | // calling start()/readSettings() and stay isolated from concurrent workers. |
| 14 | function getSettingsDir() { |
| 15 | return process.env.EVOLVER_SETTINGS_DIR || path.join(os.homedir(), '.evolver'); |
| 16 | } |
| 17 | |
| 18 | function getSettingsFile() { |
| 19 | return path.join(getSettingsDir(), 'settings.json'); |
no outgoing calls
no test coverage detected