/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.3.2
jest/setup.js
11 строк
418 B
Sébastien Lorber
feat: React 18 + automatic JSX runtime + build --dev (#8961)
08 июн 2023, 20:40
Не верифицирован
08 июн 2023, 20:40
187e5aa
Код
Авторство
О чём код?
/** * 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. */ import {TextEncoder} from 'util'; // Required for RTL renderHook SSR tests with React-18 // See also https://github.com/testing-library/react-testing-library/issues/1120#issuecomment-1516132279 global.TextEncoder = TextEncoder;