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
feat: support naming assertions to help describe their purpose (#19)
This change adds a new "Ensure(string)" function to the "Verifier"
interface. This method will apply a description to the current verifier
which will be prepended to potential failures, should those happen.
Usage:
With(t).Ensure("my feature should yield a popup").Verify(...)...
0 commit comments