Fix sinon-chai to match recent chai updates

This commit is contained in:
Jed Hunsaker
2013-08-24 17:39:01 -07:00
parent da107056f5
commit e79b35ad8b
3 changed files with 35 additions and 31 deletions
+4
View File
@@ -8,6 +8,10 @@ declare module chai {
function expect(target: any): Expect;
interface ExpectStatic {
(target: any): Expect;
}
interface Expect extends LanguageChains, NumericComparison, TypeComparison {
not: Expect;
deep: Deep;