()
| 200 | } |
| 201 | |
| 202 | connectedCallback() { |
| 203 | this.innerHTML = '<button>Normal button</button>'; |
| 204 | this.style.display = "block"; |
| 205 | this.style.width = "100px"; |
| 206 | this.style.height = "25px"; |
| 207 | } |
| 208 | } |
| 209 | |
| 210 | const registerButtonComponent = () => { |
nothing calls this directly
no outgoing calls
no test coverage detected