Skip to content

Commit

Permalink
Remove duplicate dynamic scheduler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Jan 26, 2024
1 parent c7e735f commit ce1c7e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/jest/setupTests.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jest.mock('scheduler/src/SchedulerFeatureFlags', () => {

// These flags are not a dynamic on www, but we still want to run
// tests in both versions.
actual.enableIsInputPending = __VARIANT__;
actual.enableIsInputPendingContinuous = __VARIANT__;
actual.enableProfiling = __VARIANT__;
actual.enableSchedulerDebugging = __VARIANT__;

return actual;
Expand Down

0 comments on commit ce1c7e1

Please sign in to comment.