Skip to content

Commit 5b0830b

Browse files
committed
add fulfilled to Assertion
1 parent 3afd16a commit 5b0830b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chai-as-promised/chai-as-promised.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ declare module Chai {
1414

1515
interface Assertion {
1616
become(expected: any): Assertion;
17+
fulfilled: Assertion;
1718
rejected: Assertion;
1819
rejectedWith(expected: any): Assertion;
1920
notify(fn: Function): Assertion;

0 commit comments

Comments
 (0)