-
-
Notifications
You must be signed in to change notification settings - Fork 995
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: src/lib/resolvers/Mutation/removeEventProject.ts #901
Comments
@palisadoes I would like to work on this issue. |
This issue did not get any activity in the past 14 days and will be closed in 365 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Hey @palisadoes, is this issue still open? Can I work on this? |
@rv602 I'm going to reassign this. Please focus on the GitHub Actions issue. |
@palisadoes okay will do. |
@palisadoes, the tests were already covered for |
Thanks. Closing |
The Talawa-API code base needs to be 100% reliable. This means we need to have 100% test code coverage.
src/lib/resolvers/Mutation/removeEventProject.ts
single file with the name
__tests__/resolvers/Mutation/removeEventProject.spec.ts
. You may need to create the appropriate directory structure to do this.IMPORTANT:
Please refer to the parent issue on how to implement these tests correctly:
PR Acceptance Criteria
codecov.io
to help with testing.The text was updated successfully, but these errors were encountered: