feature-flags.js 495 B

123456789101112
  1. /*
  2. List of feature flags that should be switched on during every testing scenario
  3. */
  4. module.exports = {
  5. fflag_fix_front_lsdv_4930_selection_tool_fixes_240423_short: true,
  6. fflag_fix_front_lsdv_4620_memory_leaks_100723_short: false,
  7. fflag_fix_front_leap_32_zoom_perf_190923_short: true,
  8. fflag_fix_front_optic_1608_improve_video_frame_seek_precision_short: true,
  9. fflag_fix_front_fit_31_synced_media_buffering: true,
  10. fflag_feat_front_bros_327_multiple_labels_regions_short: true,
  11. };