()
| 163 | } |
| 164 | |
| 165 | destroy(): void { |
| 166 | this.subscription.unsubscribe() |
| 167 | this.triggerActions = {} |
| 168 | } |
| 169 | |
| 170 | private log = ({ originalActionName, effectAction, reducerAction }: Action<State>) => { |
| 171 | if (effectAction && effectAction !== TERMINATE_ACTION) { |
no outgoing calls
no test coverage detected