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
Or, depending on the library, I have to typecast the assertion's non-falsy return value to any. Not a huge deal, but it potentially leaves the developer feeling like they have hacky tests.
Thanks for considering this.
The text was updated successfully, but these errors were encountered:
For better interop, could TypeMoq add an
It.passes
, or something, to be used with external assertion libraries?As it stands, I have to write something like:
Or, depending on the library, I have to typecast the assertion's non-falsy return value to
any
. Not a huge deal, but it potentially leaves the developer feeling like they have hacky tests.Thanks for considering this.
The text was updated successfully, but these errors were encountered: