| 2 | import { NOTIFICATION_TITLE } from '../testIDs/Components/Notification.testIds'; |
| 3 | |
| 4 | class NotificationModal { |
| 5 | get title() { |
| 6 | return Selectors.getElementByPlatform(NOTIFICATION_TITLE); |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected