mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 12:20:38 +01:00
* 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
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
'use strict';
|
|
|
|
jest.mock('scheduler', () => require.requireActual('scheduler/unstable_mock'));
|