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
Right now there's no clean way to handle errors in unittests, when half the point of unittests is handling errors. Unittest blocks should just act as functions returning (Error | void).
The text was updated successfully, but these errors were encountered:
Right now there's no clean way to handle errors in unittests, when half the point of unittests is handling errors. Unittest blocks should just act as functions returning
(Error | void)
.The text was updated successfully, but these errors were encountered: