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