/
ashipov
/
react
Обзор
Документация
Войти
/
ashipov
/
react
Код
Запросы
0
Задачи 2.0
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
scripts/jest/devtools/setupTests.build-devtools-regression.js
7 строк
235 B
Ruslan Lesiutin
fix: partially revert jest setup config removal to fix regression tests (#28247)
05 фев 2024, 20:07
Не верифицирован
05 фев 2024, 20:07
88b0809
Код
Авторство
О чём код?
'use strict'; // Regression tests use a React DOM profiling, so we need // to replace these tests with scheduler/tracing-profiling jest.mock('scheduler/tracing', () => { return jest.requireActual('scheduler/tracing-profiling'); });