(props: MetricProps)
| 366 | ); |
| 367 | |
| 368 | const TestMetricView = (props: MetricProps) => ( |
| 369 | <> |
| 370 | {props.metricId}:<MetricView {...props} /> |
| 371 | </> |
| 372 | ); |
| 373 | |
| 374 | const customComponents = { |
| 375 | CellView: TestCellView, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…