| 13 | import Button from '../Button/Button'; |
| 14 | |
| 15 | interface BackHandlerStatic extends RNBackHandlerStatic { |
| 16 | mockPressBack(): void; |
| 17 | } |
| 18 | |
| 19 | const BackHandler = RNBackHandler as BackHandlerStatic; |
| 20 |
no outgoing calls
no test coverage detected
searching dependent graphs…