* focusWindow triggers focus on the window
()
| 3770 | * focusWindow triggers focus on the window |
| 3771 | */ |
| 3772 | function focusWindow() { |
| 3773 | return fireEvent.focus(document.body, { bubbles: true }); |
| 3774 | } |
| 3775 | |
| 3776 | /** |
| 3777 | * createDtWithFiles creates a mock data transfer object that can be used for drop events |
no outgoing calls
no test coverage detected
searching dependent graphs…