ts-mockito icon indicating copy to clipboard operation
ts-mockito copied to clipboard

Message-parameter for MethodStubVerificator

Open Hirschfuchs opened this issue 2 years ago • 1 comments

As a developer I want to set a custom message in a "verify"-command. If the verification fails, I want this message to be displayed (like with expect commands in Chai or with https://github.com/mattphillips/jest-expect-message/tree/main)

Hirschfuchs avatar Oct 10 '23 07:10 Hirschfuchs

Good idea, here it is: https://github.com/TypeStrong/ts-mockito/pull/46

roypeled avatar Jul 14 '24 14:07 roypeled