fix: a typo in ga-saga.test.js (#43673)
This commit is contained in:
@ -17,7 +17,7 @@ describe('ga-saga', () => {
|
||||
};
|
||||
return (
|
||||
expectSaga(createGaSaga, actionTypes)
|
||||
// Assert that the `call` with expected pramater will eventually happen.
|
||||
// Assert that the `call` with expected paramater will eventually happen.
|
||||
.call(GaTypes.event, mockEventPayload.data)
|
||||
|
||||
// Dispatch any actions that the saga will `take`.
|
||||
|
Reference in New Issue
Block a user