EXPECT_PROMISELIKEconstant
Asymmetric matcher that expects an object matching PromiseLike (i.e. has a .then() method).
Examples
expect(value).toEqual(EXPECT_PROMISELIKE)
Asymmetric matcher that expects an object matching PromiseLike (i.e. has a .then() method).
expect(value).toEqual(EXPECT_PROMISELIKE)