ts-jest-mock-examples icon indicating copy to clipboard operation
ts-jest-mock-examples copied to clipboard

Examples on how to use ts-jest to mock classes written in Tyepescript

Results 11 ts-jest-mock-examples issues
Sort by recently updated
recently updated
newest added

Assume there is a `MyService` class that depends on the `MyRepository` interface. When testing the `MyService`, if possible to mock the dependencies. I have tried `jest-mock-extended` and `ts-mockito`, both worked....