MCPcopy
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

testRenderFunction · 0.85
testRenderOptionsFunction · 0.85
testSVGRenderOptionsFunction · 0.85
testFireEventFunction · 0.85
testDebugFunction · 0.85
testScreenFunction · 0.85
testWaitForFunction · 0.85
testQueriesFunction · 0.85
testBaseElementFunction · 0.85
testContainerFunction · 0.85
testErrorHandlersFunction · 0.85
renderHookFunction · 0.85

Calls 2

renderRootFunction · 0.85
renderMethod · 0.45

Tested by 1

HelloWorldFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…