Update remaining collections

This commit is contained in:
Angelos Chalaris
2023-05-14 22:42:17 +03:00
parent 2ddf829f35
commit fcae13afa4
4 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1,19 @@
slug: react/testing
name: React Testing
shortName: Testing
parent: react
featured: true
snippetIds:
- articles/s/testing-stateful-ui-components
- articles/s/testing-async-react-components
- articles/s/testing-react-portals
- articles/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.