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
There's many tests within the core test suite relying on await Promise.resolve(). This is far from ideal since new async actions require more wait code; making it not super robust to refactors and code change.
I'd like to find a better way to hook into the library to detect when the code is waiting.
The text was updated successfully, but these errors were encountered:
There's many tests within the core test suite relying on
await Promise.resolve()
. This is far from ideal since new async actions require more wait code; making it not super robust to refactors and code change.I'd like to find a better way to hook into the library to detect when the code is waiting.
The text was updated successfully, but these errors were encountered: