Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
updated unit tests from #477 PR #538
updated unit tests from #477 PR #538
Changes from 18 commits
49f2d25
2e3d089
b49472b
826699b
8f0eae3
abfca63
ab549dc
1835a0d
e7c2582
513ae38
72c3d6d
a17add0
21ec1f9
aa9a0d3
2813481
5e714ea
4691022
ad0830c
8bbbf98
b3063aa
5cfa162
a6a1e4b
904fdee
b625d56
c588465
784998c
630f584
aa84260
dd36ddb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Chang all
test
toit
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.
Updated to
it
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.
you don't need
...(user.leagues ?? [])
for selected, participants or survivors.all youneed is league.leagueId, user.id, user.id.
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.
The reason why I set up this code like this is to match the code in
league/page.tsx
file. What are your thoughts on the different formats?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.
@vmaineng it's not about different formats. It's about what they are doing.
In page.tsx, the code handles adding a new participant/survivor as follows:
The test is verifying that the function is called with the correct data you're passing into it. By having it the same way as page.tsx you are duplicating code.
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.
Thank you for explaining it so well, Chris. Updated :)
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.
same comment as above:
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.
The reason why I set up this code like this is to match the code in league/page.tsx file. What are your thoughts on the different formats?
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.
@vmaineng it's not about different formats. It's about what they are doing.
In page.tsx, the code handles adding a new participant/survivor as follows:
The test is verifying that the function is called with the correct data you're passing into it. By having it the same way as page.tsx you are duplicating code.
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.
Updated :)
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.
same comment:
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.
The reason why I set up this code like this is to match the code in league/page.tsx file. What are your thoughts on the different formats?
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.
@vmaineng it's not about different formats. It's about what they are doing.
In page.tsx, the code handles adding a new participant/survivor as follows:
The test is verifying that the function is called with the correct data you're passing into it. By having it the same way as page.tsx you are duplicating code.
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.
Updated :)