-
Notifications
You must be signed in to change notification settings - Fork 7
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
Context tests for frontend #148
base: main
Are you sure you want to change the base?
Conversation
3faf680
to
5f77abe
Compare
This PR is WIP but wanted to get some feedback before adding more tests I have locally. Specifically, I would like some feedback on how to get this test passing on the User class. Do I have to mock a provider? The test throws an ethers error and not sure how to mock this. Secondarily, how would I set up the |
I haven't done this kind of tests before... I also have to try and collect information from google, sorry not giving much help 😣 |
Pull request checklist
Please check if your PR fulfills the following requirements:
yarn build
) was run locally and any changes were pushedyarn lint --check
) has passed locally and any fixes were made for failuresPull request type
Please check the type of change your PR introduces:
Context testing in frontend
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this introduce a breaking change?
Other information