-
-
Notifications
You must be signed in to change notification settings - Fork 878
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 reuploadDuplicateCheck.ts #795
Comments
Can I be assigned this issue, would like to work on it |
@TheLazron Are you still working on this? The issue has been updated to reflect that the file is |
pls assign it to me |
|
@palisadoes Sir , what do you mean by 'coordinate issue assignment ' with them? Like ping them personally or tag them in the issue assignment comment under an issue? |
Yes. They have volunteered to assist me with this. The workload was getting too great for me alone. |
@TheLazron are you still working on this ?? |
@noman2002 It's been 2 weeks since @TheLazron is working on this. I would like to take this up. you can assign to me |
@SiddheshKukade This is a duplicate Issue , same as #887 for which I was assigned. I have already made a PR for this file #963 |
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
lib/utilities/reuploadDuplicateCheck.ts
single file with the name
__tests__/utilities/ReuploadDuplicateCheck.spec.js
. 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: