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
currently the tests use beforeEach() hooks to speak to the mocked room to handle the asynchronous nature of the mocked room's state change. this is causing issues on some test cases not accurately reporting errors
solution is to use mocha-sprinkles to handle async
The text was updated successfully, but these errors were encountered:
currently the tests use
beforeEach()
hooks to speak to the mocked room to handle the asynchronous nature of the mocked room's state change. this is causing issues on some test cases not accurately reporting errorssolution is to use mocha-sprinkles to handle async
The text was updated successfully, but these errors were encountered: