// 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;
