()
| 382 | name: () => 'newComponent', |
| 383 | el_: document.createElement('div'), |
| 384 | el() { |
| 385 | return this.el_; |
| 386 | }, |
| 387 | focus: sinon.spy(), |
| 388 | getPositions: () => ({ center: { x: 100, y: 100 }, boundingClientRect: { top: 100, left: 100, bottom: 200, right: 200 } }), |
| 389 | getIsAvailableToBeFocused: () => true, |
nothing calls this directly
no outgoing calls
no test coverage detected