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
This issue is to outline the development plan for the implementation of ts-sinon. The primary goal of this package is to aid developers in creating type-safe, comprehensive, and versatile mock objects for their unit tests. ts-sinon will be based on the features and ease of use offered by ts-jest.
Features
A createMock function to generate fully mocked objects based on their types
The text was updated successfully, but these errors were encountered:
omermorad
changed the title
Implementing ts-sinon - A robust and easy-to-use mocking solution
Implementing ts-sinon, based on ts-jest functionality
Jun 8, 2023
Description
This issue is to outline the development plan for the implementation of
ts-sinon
. The primary goal of this package is to aid developers in creating type-safe, comprehensive, and versatile mock objects for their unit tests.ts-sinon
will be based on the features and ease of use offered byts-jest
.Features
createMock
function to generate fully mocked objects based on their typesThe text was updated successfully, but these errors were encountered: