Fix tags, languages and templates

This commit is contained in:
Angelos Chalaris
2023-05-07 12:49:46 +03:00
parent 5c913d20bd
commit 2ecadbada9
245 changed files with 479 additions and 240 deletions

View File

@ -2,7 +2,8 @@
title: Testing React components that update asynchronously with React Testing Library
shortTitle: Asynchronous component update testing
type: story
tags: [react,testing,event]
language: react
tags: [testing,event]
cover: colorful-lounge
excerpt: Testing React components that update asynchronously is pretty common. Learn how to deal with common issues and speed up your testing.
dateModified: 2021-11-07T16:34:37+03:00