Merge pull request #3953 from zeethree50/patch-1

Update sinon-chai.d.ts
This commit is contained in:
Masahiro Wakame
2015-03-25 01:27:27 +09:00
+1
View File
@@ -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;