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
Added new methods toThrowWithMessage and toThrowWithType which are
automatically called from toThrow based on the type of the expected
parameter. They could also be called explicitly.
Add associated specs as well.
Currently we only have toBe, toEqual and toBeNil. We should probably add more matchers such as:
Adding the toThrow will greatly simplify our own testing of matchers, so it would make sense to implement this one first.
The text was updated successfully, but these errors were encountered: