-
-
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
Resolvers: Create tests for src/lib/directives/authDirective.ts #797
Comments
Sir, as a beginner, can I work on this issue, |
Thanks @MaYaNkKashyap681
|
Is there any deadline? |
Issues are automatically labeled unassigned no-issue-activity after 90 days of inactivity. We'd prefer a resolution within a month. |
ok |
Sir, 2). when I am cloning the master branch, tests/helper_function is not there, instead, there is tests/function, are both the same, or am I cloning a different branch, and I have to write a test for lib/helper_functions/ but the folder helper_function is not inside lib folder |
@SiddheshKukade Please provide feedback. |
@MaYaNkKashyap681 yes, you are right. There is a different issue for |
@MaYaNkKashyap681 Hello, |
@SiddheshKukade I think we should change the title to previous one, because now this issue has turned into a duplicate issue of #793 |
Please make things clear, all this is confusing me a lot. |
Please update things, so that i can contribute. |
duplicate of #920 |
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/directives/authDirective.ts
single file with the name
talawa-api/__tests__/directives/authDirective.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
The text was updated successfully, but these errors were encountered: