Skip to content

Commit

Permalink
Fix RN experiement in unit tests (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmondChuiHW authored Aug 29, 2024
1 parent 32358bd commit ae992da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front_end/testing/EnvironmentHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const REGISTERED_EXPERIMENTS = [
Root.Runtime.ExperimentName.TRACK_CONTEXT_MENU,
Root.Runtime.ExperimentName.INDENTATION_MARKERS_TEMP_DISABLE,
Root.Runtime.ExperimentName.AUTOFILL_VIEW,
Root.Runtime.ExperimentName.REACT_NATIVE_SPECIFIC_UI,
];

export async function initializeGlobalVars({reset = true} = {}) {
Expand Down

0 comments on commit ae992da

Please sign in to comment.