mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d7bb524ade
## Summary Removing package jest-mock-scheduler introduced in PR https://github.com/facebook/react/pull/14358, as it is no longer referenced in the main branch code. The following files previously referenced it: - packages/scheduler/src/__tests__/Scheduler-test.js - packages/scheduler/src/__tests__/SchedulerDOM-test.js - packages/shared/__tests__/ReactDOMFrameScheduling-test.js - scripts/jest/setupTests.js - scripts/rollup/bundles.js ## How did you test this change? ci green