Searched refs:assertPromiseIsRejectedWithError (Results 1 – 5 of 5) sorted by relevance
35 import assertPromiseIsRejectedWithError from './assertPromiseIsRejectedWithError';64 this.matchers.assertPromiseIsRejectedWithError = assertPromiseIsRejectedWithError;
18 function assertPromiseIsRejectedWithError(actualPromise, expectedValue) { function76 export default assertPromiseIsRejectedWithError;
87 assertPromiseIsRejectedWithError(...expectValue): Promise<void>
84 assertPromiseIsRejectedWithError(...expectValue: allExpectType[]): Promise<void>
108 | 20 | assertPromiseIsRejectedWithError | @since1.0.4 判断promise是否处于Rejected状态并有异常,同时比较异常的类型和messa…208 expect(p1).assertPromiseIsRejectedWithError(TypeError);