• Robert Knight's avatar
    Fix incorrect usage of Sinon APIs · b6e018d7
    Robert Knight authored
     - 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
    b6e018d7
sidebar-content-test.js 17.1 KB