- What are the 4 phases of a test? What type of logic do you write in each phase of the test
- Write a snapshot test (in your journal) for the following component:
<Greeting name={myName} greeting={greeting} />
Note: In our application, the name and greeting props being passed into Greeting are both strings