App.js
file so that the Enzyme tests written in your App.test.js
file all pass.For each prompt, you will be provided with the following:
Test 1:
App Component Renders Without Error
App
component renders without throwing an error.Test 2:
App Component Renders a Button
App
component renders properly.App
component, render a button that will be used to increment the counter.Test 3:
Counter Starts at 0