You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/joinPublicOrganization.ts
We will need the API to be refactored for all methods, classes and/or functions found in this file for testing to be correctly executed.
When complete, all all methods, classes and/or functions in the refactored file will need to be tested. These tests must be placed in a
single file with the name __tests__/resolvers/Mutation/joinPublicOrganization.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:
palisadoes
changed the title
Resolvers: Create tests for join_public_organization.js
Resolvers: Create tests for joinPublicOrganization.ts
Jan 23, 2023
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/joinPublicOrganization.ts
single file with the name
__tests__/resolvers/Mutation/joinPublicOrganization.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: