Stubbing method using sinon

前端 未结 0 978
野趣味
野趣味 2020-12-01 04:47

I am trying to stub a method in sinon.

Here is a simplified example

function a() {
    return b().add(1, \'days);
}

function b() {
   return moment.ut         


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