MCPcopy
hub / github.com/preactjs/preact / focus.test.jsx

File focus.test.jsx

test/browser/focus.test.jsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { setupRerender } from 'preact/test-utils';
2import { createElement, render, Component, Fragment, hydrate } from 'preact';
3import { setupScratch, teardown } from '../_util/helpers';
4import { div, span, input as inputStr, h1, h2 } from '../_util/dom';

Callers

nothing calls this directly

Calls 14

setupScratchFunction · 0.90
setupRerenderFunction · 0.90
teardownFunction · 0.90
renderFunction · 0.90
divFunction · 0.90
spanFunction · 0.90
h1Function · 0.90
h2Function · 0.90
focusInputFunction · 0.85
getListHtmlFunction · 0.85
validateFocusFunction · 0.85
rerenderFunction · 0.85

Tested by

no test coverage detected