add fulfilled to Assertion

This commit is contained in:
Fabian Raetz
2015-05-29 00:34:31 +02:00
parent 3afd16a369
commit 5b0830b61e
+1
View File
@@ -14,6 +14,7 @@ declare module Chai {
interface Assertion {
become(expected: any): Assertion;
fulfilled: Assertion;
rejected: Assertion;
rejectedWith(expected: any): Assertion;
notify(fn: Function): Assertion;