Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EasyWebApp/WebCell
/ XFirst
Class
XFirst
test/WebCell.spec.tsx:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
it(
'should define a Custom Element'
, () => {
16
@component({
17
tagName:
'x-first'
,
18
mode:
'open'
19
})
20
class XFirst extends HTMLElement {}
21
22
renderer.render(<XFirst />);
23
Callers
nothing calls this directly
Calls
1
component
Function · 0.90
Tested by
no test coverage detected