You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `getOperation` method returns the `operation` associated with a given name key. If `mock` is enabled, the `mockOperation` will be returned instead.
35
-
36
33
#### Arguments
37
34
38
35
**`name : String [required]`** The name of the operation.
@@ -136,4 +133,4 @@ These three methods are helper methods. They return a match function which take
136
133
**`channel : String [Optional]`** A channel name to be matched.
137
134
138
135
#### Return : Function(action : Object)
139
-
The method returned from the helper methods takes an action object and returns either `true` if the action matches the provided info or `false` if the action does not.
136
+
The method returned from the helper methods takes an action object and returns either `true` if the action matches the provided info or `false` if the action does not.
0 commit comments