You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described by the function name I guess it is used to check if my promise state is fulfilled
It seems it can be passed without triggering the promise.then.
Even if the promise state is pending, it will still pass the test.
So what the purpose of these code is?
The text was updated successfully, but these errors were encountered:
As described by the function name I guess it is used to check if my promise state is fulfilled
It seems it can be passed without triggering the promise.then.
Even if the promise state is pending, it will still pass the test.
So what the purpose of these code is?
The text was updated successfully, but these errors were encountered: