()
| 72 | return this.attributes[name] ?? null; |
| 73 | }, |
| 74 | getBoundingClientRect() { |
| 75 | return { width: 300, height: 150, top: 0, left: 0, right: 300, bottom: 150 }; |
| 76 | }, |
| 77 | addEventListener() {}, |
| 78 | removeEventListener() {}, |
| 79 | ...extra, |
nothing calls this directly
no outgoing calls
no test coverage detected