Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Returns true
if element
is a React element whose type is of a React type
.
Link copied to clipboard
Render a React element into a detached DOM node in the document.
Link copied to clipboard
fun runReactTest(component: FC<Props>, testBody: suspend TestScope.(container: HTMLElement) -> Unit): TestResult