ts-mockito
ts-mockito copied to clipboard
Message-parameter for MethodStubVerificator
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)
Good idea, here it is: https://github.com/TypeStrong/ts-mockito/pull/46