mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3953 from zeethree50/patch-1
Update sinon-chai.d.ts
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user