Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c807e9d commit e65ccf0Copy full SHA for e65ccf0
should.d.ts
@@ -169,8 +169,8 @@ declare namespace should {
169
170
fulfilledWith(obj: any): Promise<any>;
171
resolvedWith(obj: any): Promise<any>;
172
- rejectedWith(msg: RegExp | string | Error, properties?: {});
173
- rejectedWith(properties: {});
+ rejectedWith(msg: RegExp | string | Error, properties?: {}): Promise<any>;
+ rejectedWith(properties: {}): Promise<any>;
174
finally: PromisedAssertion;
175
eventually: PromisedAssertion;
176
0 commit comments