Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/ arrow
Function
arrow
packages/devtools-ui/tests/tree.tsx:116–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
describe(
'number'
, () => {
115
it(
'renders a positive integer'
, () => {
116
const el = renderTree(42)
117
expect(el.textContent).toContain(
'42'
)
118
})
119
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected