()
| 156 | } |
| 157 | |
| 158 | const registerTestComponent = () => { |
| 159 | if (window.customElements.get("test-web-component")) { |
| 160 | return; |
| 161 | } |
| 162 | window.customElements.define("test-web-component", TestWebComponent); |
| 163 | }; |
| 164 | |
| 165 | beforeEach(() => { |
| 166 | registerTestComponent(); |
no outgoing calls
no test coverage detected
searching dependent graphs…