I am writing unit tests in Ember-qunit. I want to set a custom value on performance.now. I tried sinon.stub(performance,'now', 60000); ...
確定! 回上一頁