Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing ts-sinon, based on ts-jest functionality #604

Closed
omermorad opened this issue Jun 8, 2023 · 0 comments · Fixed by #603
Closed

Implementing ts-sinon, based on ts-jest functionality #604

omermorad opened this issue Jun 8, 2023 · 0 comments · Fixed by #603
Labels
enhancement New feature or request testing

Comments

@omermorad
Copy link
Contributor

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 by ts-jest.

Features

  • A createMock function to generate fully mocked objects based on their types
@omermorad 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
@underfisk underfisk added enhancement New feature or request testing labels Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants