/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/react/test/base/src/setupTests.ts
16 строк
457 B
Sean Perkins
fix(react): onDoubleClick fires on components (#27611)
08 июн 2023, 21:35
Не верифицирован
08 июн 2023, 21:35
3e191df
Код
Авторство
О чём код?
// jest-dom adds custom jest matchers for asserting on DOM nodes. // allows you to do things like: // expect(element).toHaveTextContent(/react/i) // learn more: https://github.com/testing-library/jest-dom import { setupIonicReact } from '@ionic/react'; setupIonicReact(); // Mock matchmedia window.matchMedia = window.matchMedia || function () { return { matches: false, addListener: function () { }, removeListener: function () { } }; };