sinon expectations extend the stub class

This commit is contained in:
Alex Varju
2013-09-18 09:58:08 -07:00
parent 2b69839469
commit 3369d546a1
+1 -1
View File
@@ -123,7 +123,7 @@ interface SinonStatic {
stub: SinonStubStatic;
}
interface SinonExpectation {
interface SinonExpectation extends SinonStub {
atLeast(n: number): SinonExpectation;
atMost(n: number): SinonExpectation;
never(): SinonExpectation;