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/index.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/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:
The Talawa-API code base needs to be 100% reliable. This means we need to have 100% test code coverage.
src/lib/resolvers/index.ts
single file with the name
__tests__/resolvers/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: