(projectRoot, filePath)
| 394 | } |
| 395 | } |
| 396 | |
| 397 | function relativeProjectPath(projectRoot, filePath) { |
| 398 | return path.relative(projectRoot, filePath).replace(/\\/g, '/'); |
| 399 | } |
| 400 | |
| 401 | function escapeRegExp(value) { |
no outgoing calls
no test coverage detected