Please enable JavaScript.
Coggle requires JavaScript to display documents.
Testing: TDD & Unit Tests - Day Special Class 3, To Fix Act Error …
Testing: TDD & Unit Tests - Day Special Class 3
Testing React Apps
What is testing?
Different kind of automated tests
What should you test?
Required tools and setup
(Review package.json in create-react-app)
React Testing Library
More about React Testing Library
React Testing Library Example
What does RTL do?
1 more item...
To Fix Act Error
npm uninstall
testing-library/jest-dom
testing-library/react
testing-library/user-event
npm install
testing-library/jest-dom
testing-library/react
testing-library/user-event
Show how to run a single file in jest