()
| 125 | } |
| 126 | |
| 127 | connectedCallback() { |
| 128 | this.attachShadow({ |
| 129 | mode: "open" |
| 130 | }); |
| 131 | this.style.display = "block"; |
| 132 | this.style.width = "100px"; |
| 133 | this.style.height = "25px"; |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | const registerTestComponent = () => { |
nothing calls this directly
no outgoing calls
no test coverage detected