Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/testing-library/react-testing-library
/ render
Function
render
src/pure.js:132–134 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
130
// Nothing to do since hydration happens when creating the root object.
131
},
132
render(element) {
133
root.render(element)
134
},
135
unmount() {
136
root.unmount()
137
},
Callers
15
testRender
Function · 0.85
testRenderOptions
Function · 0.85
testSVGRenderOptions
Function · 0.85
testFireEvent
Function · 0.85
testDebug
Function · 0.85
testScreen
Function · 0.85
testWaitFor
Function · 0.85
testQueries
Function · 0.85
testBaseElement
Function · 0.85
testContainer
Function · 0.85
testErrorHandlers
Function · 0.85
renderHook
Function · 0.85
Calls
2
renderRoot
Function · 0.85
render
Method · 0.45
Tested by
1
HelloWorld
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…