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
Unit tests in the folder test fail randomly. On a quick look it seems like the failure is because of using React::MainLoop multiple times and the issue goes away when all the tests are modified to use React::Loop.
Unit tests in the folder test fail randomly. On a quick look it seems like the failure is because of using
React::MainLoopmultiple times and the issue goes away when all the tests are modified to useReact::Loop.