File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ Sets the default Redux store state to be used for the wrapper instance.
7272### ` withReduxState `
7373Sets the scenario-specific Redux store state to be used - cleared after ` mount ` , ` render ` or ` shallow ` are called.
7474
75+ ### ` withMergedReduxArrays `
76+ Toggles whether arrays get merged or not in Redux state.
77+
7578### ` mount `
7679Mounts the component with the Enzyme ` mount ` function, using the currently-set data.
7780Returns a ` ReactWrapper ` instance, which also includes a ` store ` property.
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ Sets the default Redux store state to be used for the wrapper instance.
6565### ` withReduxState `
6666Sets the scenario-specific Redux store state to be used - cleared after ` render ` is called.
6767
68+ ### ` withMergedReduxArrays `
69+ Toggles whether arrays get merged or not in Redux state.
70+
6871### ` render `
6972Mounts the component with the ` react-testing-library ` ` render ` function, using the currently-set data.
7073Returns a ` RenderResult ` instance, which also includes a ` store ` property.
You can’t perform that action at this time.
0 commit comments