We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c8958 commit 5cb6beaCopy full SHA for 5cb6bea
test/asserts/toDispatchActionsWithState.js
@@ -70,7 +70,7 @@ describe('toDispatchActionsWithState', () => {
70
expect(stateFunction).toHaveBeenCalledWith(initialState);
71
});
72
73
- it('should call performAssertion with result of state function as initial state', () => {
+ it('should call performAssertion with result from state function as initial state', () => {
74
toDispatchActionsWithState(
75
stateFunction,
76
actualAction,
0 commit comments