Skip to content

Time - Ross and Alex #11

Open
codesrobertson wants to merge 14 commits into
Ada-C13:masterfrom
syrosalynyu:master
Open

Time - Ross and Alex #11
codesrobertson wants to merge 14 commits into
Ada-C13:masterfrom
syrosalynyu:master

Conversation

@codesrobertson

Copy link
Copy Markdown

Inspiration Board

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What is the flow of data from input on the form to being a new card on the board? We created an event handler, and then sent user inputs back to App.js. From there, we used Axios to make a POST request. By adding the new card to the list of cards, we then display the updated board.
What function did you use to make the GET request from the API to get the list of cards? Why use that function? We used Axios in the useEffect hook to make a GET request.
How do snapshot tests differ from unit tests? Snapshots differ from unit tests in that they are primarily a visual test, and give many false positives. They are more general, appearance-based tests than unit tests, which provide better functionality testing.
What purpose does Enzyme serve in testing a React app? Enzyme is a testing utility for components' outputs in React.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants