()
| 196 | let button; |
| 197 | class ButtonWebComponent extends HTMLElement { |
| 198 | constructor() { |
| 199 | super(); |
| 200 | } |
| 201 | |
| 202 | connectedCallback() { |
| 203 | this.innerHTML = '<button>Normal button</button>'; |
nothing calls this directly
no outgoing calls
no test coverage detected