Much like sinon.spy() , sinon.stub() creates a mock function that prevents a real function from running. But, unlike spy , it also allows you to ...
確定! 回上一頁