(props: ValueProps & {readonly valuePrefix?: string})
| 192 | ); |
| 193 | |
| 194 | const TestValueView = (props: ValueProps & {readonly valuePrefix?: string}) => ( |
| 195 | <> |
| 196 | {props.valueId} |
| 197 | {props.valuePrefix} |
| 198 | <ValueView {...props} /> |
| 199 | </> |
| 200 | ); |
| 201 | |
| 202 | const TestMetricView = (props: MetricProps) => ( |
| 203 | <> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…