-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add test for test suite action util addTestToSuite #23
Conversation
@Celeo thanks for reviewing. I wasn't sure if I should be doing some cleanup in my tests (like resetting my mocks?) |
Sure, reset mocks if you need them for test-to-test assertions, i.e. asserting that a mock was called twice in test A, once in test B, never in test C, etc. If you don't need that functionality, then I don't think they need to be reset. |
Sounds good, I think this PR is ready to merge then! I'll add some more tests over the coming days. |
Sounds good, thanks for the contribution! |
🚀 PR was released in v1.0.1 🚀 |
Thank you for contributing this pull request!
Please make the PR against the
master
branch, add a description of what's changing, and link any relevant issues or PRs.Part of #5
What's changing
Added a test for the suites action addTestToSuite function
...
What else might be impacted?
...
Checklist
[x] Unit tests (updated and/or added)
[x] Documentation (function/class docs, comments, etc.)
Published PR with canary version:
1.0.1-canary.23.267.0