From 531af65a9893fa9f3ba2a6d0f6e3dc124920ee0b Mon Sep 17 00:00:00 2001 From: rocketraccoon Date: Mon, 4 Aug 2025 17:18:05 +0700 Subject: [PATCH] fix(testing-library): test release again --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d97abf4..6e74d9b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Community Chat

- ## Introduction [Testing-library](https://testing-library.com/) is a collection of tools for testing web application user interfaces, focused on creating reliable and maintainable tests by emphasizing user behavior. The main advantage of `testing-library` is its focus on interaction with interface elements. And in testplane, you can use the element search methods provided by the `testing-library` itself.