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
Seems reasonable. Although maybe instead of pre/post hook, one would be better off with a hook that wraps the test (val wrap : (unit -> 'a) -> 'a or something).
I'ts preferred to have this capability, for example, to manage resources such as DB connection, without boilerplating.
The text was updated successfully, but these errors were encountered: