-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Taylor task11 #14
Taylor task11 #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm but there are just a couple lint checks from testing. I think chloes PR may add the tests back that use the 'unused' vars so maybe you can ignore
test look good to me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! Just a couple nitpicky comments to address
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the suggested stuff - looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me. My only other thought is to maybe add a comment at the top of the beforeEach
blocks in the test files saying what they're setting up, since it's not immediately obvious from a quick glance the data each test is starting with.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Final approval after suggested changes were made.
Create the line of communication from the backend to the frontend used to populate the second section of the UI’s associated unfriend button.