mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Added karma-chai-sinon
This commit is contained in:
+12
@@ -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;
|
||||
Reference in New Issue
Block a user