Skip to content

Commit

Permalink
docs: use info instead of note
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Aug 9, 2024
1 parent 84d9623 commit 60a7007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/browser/interactivity-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ test('update input', async () => {
})
```

::: note
::: info
Vitest doesn't expose `.type` method on the locator like `input.type` because it exists only for compatiblity with the `userEvent` library. Consider using `.fill` instead as it is faster.
:::

Expand Down

0 comments on commit 60a7007

Please sign in to comment.