Fix incorrect usage of Sinon APIs
- Fix cases where `sinon.spy` was used where `sinon.stub` should have been used. In recent versions of Sinon only stubs have a `reset` method. - Fix use of `sinon.stub` as object instead of function
Showing
Please register or sign in to comment