-
-
Notifications
You must be signed in to change notification settings - Fork 882
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
Resolvers: Create tests for updateUserProfile.ts #559
Comments
@palisadoes I want to know if this issue is still available, because It seems that most of the test cases have already been written but they are still open as an issue. |
We have done many of the tests. Please let me know if any you find that should be closed. Otherwise feel free to go ahead and work on any that are still valid. |
@palisadoes I checked, and there is already a test file for this issue. |
@Freedisch the |
@SiddheshKukade, please, how did you run the test coverage, I'm running it on my machine, and I'm not getting any result |
@Freedisch it's simple use |
@SiddheshKukade I keep getting the same error whether with |
It's okay I just fixed it, the bug was from my MongoDB setup. I'm working on the issue |
@Freedisch are you still working on this? |
If @Freedisch is unavailable pls assign it to me. |
100% code coverage has been reached |
The Talawa-API code base needs to be 100% reliable. This means we need to have 100% test code coverage.
Tests need to be written for file
src/lib/resolvers/Mutation/updateUserProfile.ts
single file with the name
__tests__/resolvers/Mutation/updateUserProfile.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
The text was updated successfully, but these errors were encountered: