Skip to content

Commit

Permalink
Remove duplicate dynamic scheduler flags (#28100)
Browse files Browse the repository at this point in the history
These were made dynamic again in
#27919, and already have the
dynamic flags set. It's a bummer to push this around, we should come up
with a better way.
  • Loading branch information
rickhanlonii authored Jan 29, 2024
1 parent cc7d421 commit 61df8ca
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 61df8ca

Please sign in to comment.