(props: ValueProps & {readonly valuePrefix?: string})
| 358 | ); |
| 359 | |
| 360 | const TestValueView = (props: ValueProps & {readonly valuePrefix?: string}) => ( |
| 361 | <> |
| 362 | {props.valueId} |
| 363 | {props.valuePrefix} |
| 364 | <ValueView {...props} /> |
| 365 | </> |
| 366 | ); |
| 367 | |
| 368 | const TestMetricView = (props: MetricProps) => ( |
| 369 | <> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…