-
-
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
Test: src/lib/resolvers/Subscription/index.ts #891
Comments
can I work on this issue |
Sure, assigned it to you. |
@noman2002 I have already written the test for it? can you assign it to me? |
@noman2002 I have written the tests for this file. Can I be assigned to this issue. The test is covering 100% of src/lib/resolvers/Subscription/index.ts file. |
@nishant3721 @anshgoyalevil Please follow the procedure. It can't be assigned to you guys because someone is already working on this issue. Please take other issues. |
Sure Sir. Thanks |
@Kunal-GG are you still working on this issue? |
Yes. I have done some work. I had few exams this week that is why got a little busy. Will probably make a PR by tomorrow or day after max. |
It's totally fine @Kunal-GG take your time. |
Closing as this is not best practice. |
The Talawa-API code base needs to be 100% reliable. This means we need to have 100% test code coverage.
src/lib/resolvers/Subscription/index.ts
single file with the name
__tests__/resolvers/Subscription/index.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: