/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
0.14.10
packages/react-dom/testing.js
23 строки
539 B
Brian Vaughn
Experimental test selector API (#18607)
05 май 2020, 20:37
Не верифицирован
05 май 2020, 20:37
3cde22a
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow */ export * from './index.js'; export { act, createComponentSelector, createHasPsuedoClassSelector, createRoleSelector, createTestNameSelector, createTextSelector, getFindAllNodesFailureDescription, findAllNodes, findBoundingRects, focusWithin, observeVisibleRects, } from 'react-reconciler/src/ReactFiberReconciler';