()
| 128 | } |
| 129 | |
| 130 | render() { |
| 131 | return html` |
| 132 | <mutation-example-provider> |
| 133 | <mutation-example></mutation-example> |
| 134 | </mutation-example-provider> |
| 135 | ` |
| 136 | } |
| 137 | } |
| 138 | |
| 139 | customElements.define('mutation-example-root', MutationExampleRoot) |
nothing calls this directly
no outgoing calls
no test coverage detected