rename sinon definitions now that newer versions are supported

This commit is contained in:
Alex Varju
2013-09-17 17:47:19 -07:00
parent c8613976b5
commit 204ec28733
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/// <reference path="../sinon/sinon-1.5.d.ts" />
/// <reference path="../sinon/sinon.d.ts" />
/// <reference path="../mocha/mocha.d.ts" />
/// <reference path="../expect.js/expect.js.d.ts" />
/// <reference path="../js-fixtures/fixtures.d.ts" />

View File

@@ -1,4 +1,4 @@
/// <reference path="sinon-1.5.d.ts" />
/// <reference path="sinon.d.ts" />
function once(fn) {
var returnValue, called = false;
@@ -87,4 +87,4 @@ testFour();
testFive();
testSix();
testSeven();
testEight();
testEight();