-
Notifications
You must be signed in to change notification settings - Fork 17
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
Write Tests for users, clubs, stories #73
Conversation
- tests for get all query - test for authUser Mutation
- currentstories - add story - add club
- tested update user and fixed inconsistencies - add documentation to user resolvers on the go
- add story - fetch the added story from currentstories - fix inconsistencies and sealproof stories workflow
- comment unused functions - use resultResolver everywhere
- add club with just name - update all other info - delete the created club
|
couldnt make all the tests independent since the uid is linked with server creation and cant be edited after tests start running
|
|
|
Overview
This PR includes the following tests
Club
Story
User
Coverage Report