()
| 12 | const binaryPath = path.resolve(__dirname, `../scripts/start.js`); |
| 13 | |
| 14 | function getGlobalConfigPath() { |
| 15 | return path.join(getGlobalDir(), 'config.json'); |
| 16 | } |
| 17 | |
| 18 | function getConfigAuthPath() { |
| 19 | return path.join(getGlobalDir(), 'auth.json'); |
no test coverage detected