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
The test module in client/subcomponents/produce/ProduceForm/ProduceForm.test.js has a todo at the very bottom. Your task is write a test to check that the submitProduce is called when the submitButton is clicked.
tip: Look at a similar component to get an idea for writing your test in client/subcomponents/volunteers/VolunteerButton/VolunteerButton.test.js
The text was updated successfully, but these errors were encountered:
The test module in
client/subcomponents/produce/ProduceForm/ProduceForm.test.js
has atodo
at the very bottom. Your task is write a test to check that thesubmitProduce
is called when thesubmitButton
is clicked.tip: Look at a similar component to get an idea for writing your test in
client/subcomponents/volunteers/VolunteerButton/VolunteerButton.test.js
The text was updated successfully, but these errors were encountered: