(props: CellProps & {readonly cellPrefix?: string})
| 172 | ); |
| 173 | |
| 174 | const TestCellView = (props: CellProps & {readonly cellPrefix?: string}) => ( |
| 175 | <> |
| 176 | {props.cellId} |
| 177 | {props.cellPrefix} |
| 178 | <CellView {...props} /> |
| 179 | </> |
| 180 | ); |
| 181 | |
| 182 | const TestValuesView = ( |
| 183 | props: ValuesProps & {readonly valuePrefix?: string}, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…