-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
feat(ts-sinon): implementing ts-sinon package #603
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, I'm just concern on duplicating code/types but the feature looks pretty handy for sinon users
Co-authored-by: Rodrigo <[email protected]>
) Co-authored-by: Rodrigo <[email protected]>
…olevelup#611) using lodash isNil avoids false positives when checking for meta golevelup#595
…olevelup#612) Exposes a new "get" method for consumer tags Closes golevelup#596
Should fix: golevelup#557 (comment) Co-authored-by: Rodrigo <[email protected]>
@omermorad Could you merge the issues and address feedback? If so I'll be willing to push this PR |
@underfisk Sure, I apologize for the delay. I'll have time this weekend to fix it; in the meantime, I responded to your comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, as soon as you merge the conflicts and CI passes I'll try to push this
# Conflicts: # packages/common/package.json # packages/testing/ts-jest/package-lock.json # yarn.lock
Head branch was pushed to by a user without write access
@omermorad There's an issue with |
Head branch was pushed to by a user without write access
Trying to, I can't find the problem, why would my changes be related to this package? |
It isn't related, all you have to do is add |
@omermorad I've fixed the issue and added auto-merge so as soon as the checks pass, it should be good to go |
Co-authored-by: Ali Shabani <[email protected]> Co-authored-by: MansurAliKoroglu <[email protected]> Co-authored-by: Rodrigo <[email protected]> Co-authored-by: Joseph Lee <[email protected]> Co-authored-by: Yehonal <[email protected]>
Description
This pull request introduces the primary implementation of the
ts-sinon
package. Inspired by the features and ease of use offered byts-jest
,ts-sinon
is designed to facilitate a wide array of testing scenarios and requirements.Through this pull request, our goal is to equip developers with a powerful and efficient mocking tool that seamlessly integrates into their testing workflows, enhancing the robustness and reliability of their tests.
Closes #604