Skip to content

Commit

Permalink
chore: use the light bulb emoji instead of the github syntax for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 21, 2024
1 parent 5286a3c commit 7d5cd5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 7d5cd5e

Please sign in to comment.