Jest Calling async function

前端 未结 0 571
天命终不由人
天命终不由人 2020-12-21 13:20

I have a function in redux store.

Func1(){

Dispatch(some action)
Dispatch(some action1)
result = Dispatch(some async action)\\\\promise retured

result.then(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题