(props: BackwardCheckpointsProps)
| 392 | }; |
| 393 | |
| 394 | const TestCurrentCheckpointView = (props: BackwardCheckpointsProps) => ( |
| 395 | <CurrentCheckpointView |
| 396 | {...props} |
| 397 | checkpointComponent={({checkpointId}) => <>current:{checkpointId}</>} |
| 398 | /> |
| 399 | ); |
| 400 | |
| 401 | testComponents('ui-react', componentHarness, { |
| 402 | BackwardCheckpointsView, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…