| 282 | const innerRequestCloseCallback = sinon.spy(); |
| 283 | let innerModal = null; |
| 284 | let innerModalRef = ref => { |
| 285 | innerModal = ref; |
| 286 | }; |
| 287 | |
| 288 | withModal( |
| 289 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…