ts-mockito
ts-mockito copied to clipboard
Mocking library for TypeScript
When writing tests, I like to require explicitly mocking all properties of a mock object that end up getting used by my code. Is there a way for a mock...
It seems like overlapping matchers end up raising an error. It would be helpful if matchers could simply take precedence over each other, e.g. according to the order in which...
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...
As a developer, I would like to have an in-code-documentation, so that I can read the features and expected behaviours from within the IDE. I would strive for a gradual...
When trying to enable the [recommended-type-checked]([recommended-type-checked](https://typescript-eslint.io/linting/configs#recommended-type-checked)) from typescript eslint, I found out that most of `ts-mockito` argument matchers are actually unsafe since most of them returns `any`, which completely disables...
As mentioned in https://github.com/NagRock/ts-mockito/issues/204 it is not possible to use the „instanceof“ operator on an instance of a mock. There are workarounds but the native functionality would be nice. Example:...
Just need to wire the bump command to build ci ..
In NagRock/ts-mockito/issues/212 There is discussion about adding maintainers to the original `ts-mockito` project. I still hope the author, NagRock, is able to add maintainers. Barring that, we may want to...