-
Notifications
You must be signed in to change notification settings - Fork 6
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
Submit data entry from frontend to backend API #31
Conversation
Could you rebase this branch to get rid of the commits that were already merged to the |
798f186
to
7f8658a
Compare
@lkleuver I'm trying to build a test similar to the example in the React Testing Library docs and am running into two issues. 1. There's no easy way to add a handler to the mock that overrides the default ones for a specific test. 2. I extended The only way so far I've found to get the error |
7f8658a
to
c18010e
Compare
34cdc6b
to
0fa76b8
Compare
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.
Looks good, just two minor comments.
The failing Vercel check can be ignored, this is a remnant of me testing Vercel for PR deploys. I'm testing this in a test repository instead :) |
* fix conflict * fix conflict * Fix InputGrid casing * fix conflict * prettier reformat * broken commit * refactor ApiClient add example test * remove mockServiceWorker from repository * remove mock code --------- Co-authored-by: Mark Janssen <20283+praseodym@users.noreply.github.com>
No description provided.