()
| 87 | export const getCurrentFilePath = () => resolveCallerFilePath(); |
| 88 | |
| 89 | export const getCurrentDirPath = () => path.dirname(getCurrentFilePath()); |
| 90 | |
| 91 | export const getRepoRootDir = () => { |
| 92 | const currentFilePath = getCurrentFilePath(); |
no test coverage detected