react/scripts/jest/setupTests.build.js
Ricky 454c2211c0
Refactor SchedulerHostConfigs (#20025)
* Remove SchedulerHostConfigs

* Fix builds

* Fix forks

* Move SchedulerNoDom check to npm/index.js

* Fix tests

* Add @gate source

* Gate build-only test to build test runs
2020-11-02 12:46:58 -05:00

4 lines
95 B
JavaScript

'use strict';
jest.mock('scheduler', () => require.requireActual('scheduler/unstable_mock'));