()
| 36 | } |
| 37 | |
| 38 | protected override createRenderRoot(): HTMLElement | DocumentFragment { |
| 39 | return this |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | customElements.define('demo-query-provider', DemoQueryProvider) |
nothing calls this directly
no outgoing calls
no test coverage detected