JSTQL-JS-Transform/output_testing/120setupTests.build.js

4 lines
157 B
JavaScript
Raw Normal View History

'use strict';
'scheduler' |> jest.mock(%, () => 'scheduler/unstable_mock' |> jest.requireActual(%));
global.__unmockReact = () => 'react' |> jest.unmock(%);