Comparing version 5.0.6 to 5.0.7
5.0.7 / 2018-05-07 | ||
================== | ||
* Fix stub id prefix (#1786) | ||
5.0.6 / 2018-05-07 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -108,4 +108,4 @@ "use strict"; | ||
var orig = functionStub; | ||
functionStub = spy.create(functionStub, stubLength); | ||
functionStub.id = "stub#" + uuid++; | ||
functionStub = spy.create(functionStub, stubLength); | ||
functionStub.func = orig; | ||
@@ -112,0 +112,0 @@ |
{ | ||
"name": "sinon", | ||
"description": "JavaScript test spies, stubs and mocks.", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"homepage": "http://sinonjs.org/", | ||
@@ -6,0 +6,0 @@ "author": "Christian Johansen", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3557693