Skip to content

Commit 7d5cd5e

Browse files
committed
chore: use the light bulb emoji instead of the github syntax for npm
1 parent 5286a3c commit 7d5cd5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ test('counter button increments the count', async () => {
1919
})
2020
```
2121

22-
> [!NOTE]
23-
> 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.
22+
> 💡 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.
2423
2524
`vitest-browser-react` also automatically injects `render` method on the `page`. Example:
2625

0 commit comments

Comments
 (0)