(id: string)
| 215 | } |
| 216 | |
| 217 | function isTestStep(id: string) { |
| 218 | return id.includes('test'); |
| 219 | } |
| 220 | |
| 221 | function makeStepId(id: string, packageName: string) { |
| 222 | return `${id}-${packageName}`; |
no outgoing calls
no test coverage detected
searching dependent graphs…