(cwd: string)
| 75 | }; |
| 76 | |
| 77 | function getConfigDir(cwd: string): string { |
| 78 | return path.join(cwd, CONFIG_DIR); |
| 79 | } |
| 80 | |
| 81 | function getConfigPath(cwd: string): string { |
| 82 | return path.join(getConfigDir(cwd), CONFIG_FILE); |
no outgoing calls
no test coverage detected