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

7 lines
No EOL
244 B
JavaScript

'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(%);
});