Files
30-seconds-of-code/collections/react/testing.yaml
2023-05-18 23:57:15 +03:00

20 lines
720 B
YAML

slug: react/testing
name: React Testing
shortName: Testing
parent: react
featured: true
snippetIds:
- react/s/testing-stateful-ui-components
- react/s/testing-async-components
- react/s/testing-portals
- react/s/testing-redux-connected-components
splash: headphones.png
description: >-
Testing React can be challenging, both in terms of figuring out the correct
mentality as well as understanding the mechanics of the tools you're working
with. This article collection aims to teach you the basics of testing React
components in various scenarios using React Testing Library.
shortDescription: >-
Learn some of the basics of testing React components in various scenarios
using React Testing Library.