Added karma-chai-sinon

This commit is contained in:
Václav Ostrožlík
2015-10-29 13:28:44 +01:00
parent 62eedc3121
commit 2319d7a678
+12
View File
@@ -0,0 +1,12 @@
// Type definitions for karma-chai-sinon 0.1.5
// Project: https://github.com/tubalmartin/karma-chai-sinon
// Definitions by: Václav Ostrožlík <https://github.com/vasek17>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../chai/chai.d.ts" />
/// <reference path="../sinon/sinon.d.ts" />
declare var should: Chai.Should;
declare var expect: Chai.ExpectStatic;
declare var assert: Chai.AssertStatic;
declare var sinon: Sinon.SinonStatic;