React Testing, how to mock graphql and throw exception

前端 未结 0 485
一生所求
一生所求 2021-01-24 04:16

Somtimes I have code like this

updateProfileMutate(...)
      .then().catch(e => {console.error(e);}

or

try{
 apolloClient.muta         


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