MCPcopy Create free account
hub / github.com/EasyWebApp/WebCell / TestInput

Class TestInput

test/WebField.spec.tsx:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 interface TestInput extends WebField<TestInputProps> {}
21
22 @component({ tagName: 'test-input' })
23 @formField
24 @observer
25 class TestInput extends HTMLElement implements WebField<TestInputProps> {}
26
27 it('should define a Custom Field Element', () => {
28 renderer.render(<TestInput />);

Callers

nothing calls this directly

Calls 1

componentFunction · 0.90

Tested by

no test coverage detected