(data)
| 16 | const roots = []; |
| 17 | |
| 18 | function getTestId(data) { |
| 19 | return `${relative(globalOptions.cwd, data.file)}:${data.line}:${data.column}`; |
| 20 | } |
| 21 | |
| 22 | function startTest(data) { |
| 23 | const originalSuite = currentSuite; |
no test coverage detected
searching dependent graphs…