Skip to content

Instantly share code, notes, and snippets.

@thatPamIAm
Created April 4, 2019 14:49
Show Gist options
  • Save thatPamIAm/eda61f90b10ce5a74aa437ab71ab9962 to your computer and use it in GitHub Desktop.
Save thatPamIAm/eda61f90b10ce5a74aa437ab71ab9962 to your computer and use it in GitHub Desktop.

Testing Review (Journal)

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment