You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Jest test to Main.test.tsx that renders the Main component, fills out the transition form, and renders the results table using the FakeApi. This tests interactions with the form and the container logic. Use react testing library and user-event to render and interact with the page. Here is an example of a Jest test that renders and fills out another form.
The text was updated successfully, but these errors were encountered:
@russ430 can you please provide a pull request with any work that you've done on this? If not, please reach out to me or @alexjball so that we can reassign the work.
@jedpittman I believe @alexjball is working on finalizing some of the components that we'll be adding the jest tests to, I don't think they're completely ready just yet to start testing.
Add a Jest test to
Main.test.tsx
that renders the Main component, fills out the transition form, and renders the results table using the FakeApi. This tests interactions with the form and the container logic. Use react testing library and user-event to render and interact with the page. Here is an example of a Jest test that renders and fills out another form.The text was updated successfully, but these errors were encountered: