JSTQL-JS-Transform/output_testing/242setupTests.build-devtools-regression.js

7 lines
244 B
JavaScript
Raw Normal View History

'use strict';
// Regression tests use a React DOM profiling, so we need
// to replace these tests with scheduler/tracing-profiling
'scheduler/tracing' |> jest.mock(%, () => {
return 'scheduler/tracing-profiling' |> jest.requireActual(%);
});