(cache: SmartCache, f: TestSpecification)
| 87 | } |
| 88 | |
| 89 | export function getFileStats(cache: SmartCache, f: TestSpecification) { |
| 90 | const file = path.relative(TEST_SRC_ROOT, f.moduleId).split(path.sep).join("/") |
| 91 | const stat = cache.files[file] |
| 92 | return { stat, file } |
| 93 | } |
no outgoing calls
no test coverage detected