| 8 | const history = createHistory(); |
| 9 | |
| 10 | const Content = label => () => <p>{`Content ${label}`}</p>; |
| 11 | |
| 12 | const shouldOpenModal = locationPath => /\bmodal\b/.test(locationPath); |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected