EXPECT_PROMISELIKEconstant

Asymmetric matcher that expects an object matching PromiseLike (i.e. has a .then() method).

Examples

expect(value).toEqual(EXPECT_PROMISELIKE)