From 7d5cd5ea93a823d2be86921b069917019bd801e0 Mon Sep 17 00:00:00 2001 From: Vladimir Sheremet Date: Mon, 21 Oct 2024 16:49:02 +0200 Subject: [PATCH] chore: use the light bulb emoji instead of the github syntax for npm --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 383480c..5652d05 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ test('counter button increments the count', async () => { }) ``` -> [!NOTE] -> This library doesn't expose or use React's `act`. Instead, you should use Vitest's locators and `expect.element` API that have [retry-ability mechanism](https://vitest.dev/guide/browser/assertion-api) baked in. +> 💡 This library doesn't expose or use React's `act`. Instead, you should use Vitest's locators and `expect.element` API that have [retry-ability mechanism](https://vitest.dev/guide/browser/assertion-api) baked in. `vitest-browser-react` also automatically injects `render` method on the `page`. Example: