我想mock AWS API call,並且每次呼叫後,傳回不同的值我目前知道Sinon提供Oncall這個方法,可以讓每次呼叫傳回不同的值 let stubCall = sandbox.stub(Math, ...
確定! 回上一頁