(props: BackwardCheckpointsProps)
| 332 | ); |
| 333 | |
| 334 | const TestAllCheckpointsView = (props: BackwardCheckpointsProps) => ( |
| 335 | <> |
| 336 | <BackwardCheckpointsView {...props} /> |
| 337 | | |
| 338 | <CurrentCheckpointView {...props} /> |
| 339 | | |
| 340 | <ForwardCheckpointsView {...props} /> |
| 341 | | |
| 342 | <CheckpointView {...props} checkpointId="" />| |
| 343 | </> |
| 344 | ); |
| 345 | |
| 346 | testComponents('ui-solid', componentHarness, { |
| 347 | BackwardCheckpointsView, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…