Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add note for throwSuggestions issue #1306 #1425

Merged
Prev Previous commit
Next Next commit
Update docs/dom-testing-library/api-configuration.mdx
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
  • Loading branch information
enmanuelduran and timdeschryver authored Sep 25, 2024
commit 24f47852a8c361d1b6e8cd6d26bdc413888534f4
2 changes: 1 addition & 1 deletion docs/dom-testing-library/api-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ option.
screen.getByTestId('foo', {suggest: false}) // will not throw a suggestion
```

> **Note**
> :::note
>
> When this option is enabled, the library may provide suggestions that lack an
> intuitive implementation, this typically occurs for
Expand Down