mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
rename sinon definitions now that newer versions are supported
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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();
|
||||
|
||||
0
sinon/sinon-1.5.d.ts → sinon/sinon.d.ts
vendored
0
sinon/sinon-1.5.d.ts → sinon/sinon.d.ts
vendored
Reference in New Issue
Block a user