PromucFlow_constructor/app/client/test
Hetu Nandu 65821394b7
chore: Add ability to enable feature flags in unit tests (#31914)
## Description

Allows you to pass feature flags when using the `render` function of
testing utils

```
const container = render(
  <Component />,
  { featureFlags: { release_my_feature_enabled: true } }
)

```

This will update the redux store with the flags values passed
2024-03-19 14:31:08 +05:30
..
__mocks__ fix: Adjust autocomplete results ranking for function arguments (#28632) 2023-11-10 14:18:42 +05:30
factories chore: Move the widget config to widget class (#26073) 2023-09-06 17:45:04 +05:30
customQueries.js feat: [epic] appsmith design system version 2 deduplication (#22030) 2023-05-20 00:07:06 +05:30
sagas.ts chore: Remove unused services (#30292) 2024-01-23 05:43:16 +05:30
setup.ts chore: Add SAVE_ACTION analytics event (#25997) 2023-08-07 15:01:45 +05:30
testCommon.ts chore: Refactor entity explorer to support displaying module instances in the list (#28855) 2023-11-16 17:03:59 +05:30
testMockedWidgets.tsx fix: Stale Page Flicker Bug on switching pages. (#30206) 2024-01-11 11:13:29 +05:30
testUtils.tsx chore: Add ability to enable feature flags in unit tests (#31914) 2024-03-19 14:31:08 +05:30