diff --git a/sinon-chai/sinon-chai.d.ts b/sinon-chai/sinon-chai.d.ts index 0f639abb7..d16969dd9 100644 --- a/sinon-chai/sinon-chai.d.ts +++ b/sinon-chai/sinon-chai.d.ts @@ -11,6 +11,7 @@ declare module chai { calledOnce: Expect; calledTwice: Expect; calledThrice: Expect; + callCount(count: number): Expect; calledBefore(spy: Function): Expect; calledAfter(spy: Function): Expect; calledWithNew: Expect;