-
Notifications
You must be signed in to change notification settings - Fork 145
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
test(idempotency): migrate to vitest #3124
Conversation
…owertools-lambda-typescript into test/idempotency_vitest
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.
Hey @dreamorosi! I see that you basically moved things from jest to vitest and reorganized files. If CI is green I'm good with this PR.
I just left a comment to check if the comment was intentional or not.
APPROVED!
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.
Nice! 👌
a77fe06
Quality Gate passedIssues Measures |
Sorry, I had to make another commit to remove a leftover test I had left commented out. @am29d, @leandrodamascena, if you could click approve again please. |
Summary
Changes
This PR updates the unit tests for the Idempoency package so that they use vitest instead of Jest.
The e2e tests for the utility will be addressed in a future PR. I also removed a number of test cases that were redundant while leaving coverage unaffected. There's still room for further improvement but I decided to not address it now for the sake of keeping the PR focused.
Issue number: closes #3123
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.