()
| 137 | assertLog([0]); |
| 138 | const button = container.querySelector('#button'); |
| 139 | function click() { |
| 140 | button.dispatchEvent(new MouseEvent('click', {bubbles: true})); |
| 141 | } |
| 142 | |
| 143 | await act(async () => { |
| 144 | click(); |
no outgoing calls
no test coverage detected