mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
8 lines
235 B
JavaScript
8 lines
235 B
JavaScript
|
|
'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');
|
||
|
|
});
|