-
-
Notifications
You must be signed in to change notification settings - Fork 961
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/utilities/reuploadDuplicateCheck.ts #887
Comments
please assign this to me. I had written an original approach and achieved complete coverage for |
@kb-0311 Please check slack. When resolved return here. |
Please create the bug discussed in the PR |
Thanks for the assignment, I will submit the PR for this tomorrow, now it is nighttime, where I am from. What do you mean by "create the bug" discussed in which PR? |
So just to confirm you want me to create an issue - about changing and refactoring how we currently handling file uploads which is a historical flaw in the codebase, with this approach and make a PR for the same, right? |
Yes. |
The Talawa-API code base needs to be 100% reliable. This means we need to have 100% test code coverage.
src/lib/utilities/reuploadDuplicateCheck.ts
single file with the name
__tests__/utilities/reuploadDuplicateCheck.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: