From c33695da1ee9e860279022e2db11173313330ecd Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 23 Feb 2022 13:23:28 +0200 Subject: [PATCH] Update testing-async-react-components.md --- blog_posts/testing-async-react-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog_posts/testing-async-react-components.md b/blog_posts/testing-async-react-components.md index a1a0d2b0d..d0a518b38 100644 --- a/blog_posts/testing-async-react-components.md +++ b/blog_posts/testing-async-react-components.md @@ -2,7 +2,7 @@ title: Testing React components that update asynchronously with React Testing Library type: story tags: react,testing,event -authors: maciv,chalarangelo +authors: maciv cover: blog_images/colorful-lounge.jpg excerpt: Testing React components that update asynchronously with React Testing Library is a common scenario. Learn how to deal with common issues and speed up your testing. firstSeen: 2020-08-13T20:21:33+03:00