Unit Testing React Apps

+

<MyIntro>

</MyIntro>

Wondering what testing is?

Create a ToDo App

Sync with Firebase

Read About Test Driven Development and write E2E tests.

Why write tests?

Types

  • Unit tests
  • Integration tests
  • E2E tests

​and a few more

Libraries

  • Jest (from Facebook)
  • Chai+Sinon

Assertions

Testing Utilities

  • Enzyme (from Airbnb)
  • React Testing Library

DEMO.....!

Question Please :)

https://github.com/dev-sna/react-testing

Unit Testing React Apps

By shahnawaz19415

Unit Testing React Apps

  • 204