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
If runApp() throws synchronously, things end up such that you can't catch the exception and call expect() (because the whenComplete block in guard() hasn't run yet?).