()
| 208 | } |
| 209 | |
| 210 | const registerButtonComponent = () => { |
| 211 | if (window.customElements.get("button-web-component")) { |
| 212 | return; |
| 213 | } |
| 214 | window.customElements.define("button-web-component", ButtonWebComponent); |
| 215 | }; |
| 216 | |
| 217 | beforeEach(() => { |
| 218 | registerButtonComponent(); |
no outgoing calls
no test coverage detected
searching dependent graphs…