From a7615728470bcc3d4ef9b5dbf72301cce83cabcc Mon Sep 17 00:00:00 2001 From: CamargoCode Date: Wed, 23 Jul 2025 12:31:53 +0100 Subject: [PATCH 1/2] docs: add tip for using fireEvent in Basic Example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e18d5dd..4c713f45 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ afterAll(() => { ## Examples ### Basic Example - +> **Tip:** This example shows how to use `fireEvent` to interact with elements. ```jsx // hidden-message.js import * as React from 'react' From ca659e49589118a1cf27884c720c043958655b85 Mon Sep 17 00:00:00 2001 From: CamargoCode Date: Thu, 24 Jul 2025 11:51:09 +0100 Subject: [PATCH 2/2] chore: fix formatting via Prettier --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c713f45..8074414e 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,9 @@ afterAll(() => { ## Examples ### Basic Example + > **Tip:** This example shows how to use `fireEvent` to interact with elements. + ```jsx // hidden-message.js import * as React from 'react'