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
When writing unit tests involving postal, it would be nice if we had a standard way to wait for all messages to be delivered and processed. It would be great if this would also wait on any promises returned by the receiver. This would be for testing purposes only, allowing us to wait for all the receivers to run to completion before checking the results of their actions.
The text was updated successfully, but these errors were encountered:
When writing unit tests involving postal, it would be nice if we had a standard way to wait for all messages to be delivered and processed. It would be great if this would also wait on any promises returned by the receiver. This would be for testing purposes only, allowing us to wait for all the receivers to run to completion before checking the results of their actions.
The text was updated successfully, but these errors were encountered: