Skip to content

Conversation

@j-polanco
Copy link
Owner

Changes performed:

  • add testing files
  • update package json to add test:coveraje script

Questions on challenge 2:

Using create-react-app, what do we need to set up for testing?

using create-react-app includes jest to testing

What components are worth to test in your development?

the components that programmer create that includes business logic

Can you apply TDD once you already created components?

it is better to using TDD at the beginning of development or along with it, at the end could be applied but maybe you will find corner cases and you will need spend extra time covering

Screen Shot 2021-02-20 at 9 08 56

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.

1 participant