Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/preactjs/preact
/ findDOMNode.test.jsx
File
findDOMNode.test.jsx
compat/test/browser/findDOMNode.test.jsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import React, { createElement, findDOMNode } from
'preact/compat'
;
2
import { setupScratch, teardown } from
'../../../test/_util/helpers'
;
3
4
describe(
'findDOMNode()'
, () => {
Callers
nothing calls this directly
Calls
4
setupScratch
Function · 0.90
teardown
Function · 0.90
findDOMNode
Function · 0.90
render
Method · 0.45
Tested by
no test coverage detected