MCPcopy
hub / github.com/vuejs/core / TestElement

Class TestElement

packages/runtime-dom/__tests__/patchEvents.spec.ts:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 // #2841
194 test('should patch event correctly in web-components', async () => {
195 class TestElement extends HTMLElement {
196 constructor() {
197 super()
198 }
199 }
200 window.customElements.define('test-element', TestElement)
201 const testElement = document.createElement('test-element', {
202 is: 'test-element',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected