(p = '')
| 90 | }; |
| 91 | |
| 92 | const alignPlatformPath = (p = '') => |
| 93 | p |
| 94 | .replace(/^(\.?\/)/, '') |
| 95 | .replace(/\/$/, '') |
| 96 | .replace(/\//g, path.sep); |
| 97 | |
| 98 | const validateProjectPath = (pDir, ePoint) => { |
| 99 | const paths = []; |
no outgoing calls
no test coverage detected