(n: Node)
| 1291 | return shared; |
| 1292 | }; |
| 1293 | const isExpect = (n: Node): boolean => Array.isArray(n.decorators) && n.decorators.includes('expect'); |
| 1294 | let best = candidates[0]!; |
| 1295 | let bestProx = sharedPrefix(best.filePath); |
| 1296 | for (let i = 1; i < candidates.length; i++) { |
no outgoing calls
no test coverage detected