-
Notifications
You must be signed in to change notification settings - Fork 84
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
react: add missing tests, remove unnecessary arg destructuring, remove limit overwrites #556
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
return renderHookWithMocks(() => useProfile(args), { | ||
mocks: { | ||
sources, |
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.
Can we remove sources
?
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.
yes, I'm removing sources in another PR I'm working on right now, with useProfiles
250e3a6
to
1519bf3
Compare
No description provided.