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
It would be useful and functional to be able to destructure test functions such as pass, fail, deepEqual, it etc. from the test object argument passed into the test function. Currently they are not bound to the test context but could probably be provided pre-bound.