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 lib/resolvers/event_query/tasksByEvent.js
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/event_query/tasksByEvent.spec.js. 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.
Tests need to be written for file
lib/resolvers/event_query/tasksByEvent.js
single file with the name
tests/resolvers/event_query/tasksByEvent.spec.js
. 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: