Correctly testing throwing and catching an error

前端 未结 0 1031
慢半拍i
慢半拍i 2021-01-16 22:28

I have this code:

export class UserResolvers {
  getAllUsers() {
    return getAllUsersMethod({
      Model: UserModel,
      options: {
        ...
      },
         


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