File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,15 @@ Defaults to `false`
7474The default value for the ` hidden ` option used by
7575[ ` getByRole ` ] ( api-queries.mdx#byrole ) . Defaults to ` false ` .
7676
77- ### showOriginalStackTrace`
77+ ### ` showOriginalStackTrace `
7878By default, ` waitFor ` will ensure that the stack trace
7979for errors thrown by Testing Library is cleaned up and shortened so it's easier
8080for you to identify the part of your code that resulted in the error (async
8181stack traces are hard to debug). If you want to disable this, then
8282set` showOriginalStackTrace ` to ` false ` . You can also disable this for a specific
8383call in the options you pass to ` waitFor ` .
8484
85- ### ` throwSuggestions ` (experimental)
85+ ### ` throwSuggestions ` (experimental)
8686When enabled, if [ better queries] ( https://testing-library.com/docs/guide-which-query ) are
8787available the test will fail and provide a suggested query to use instead.
8888Default to ` false ` .
You can’t perform that action at this time.
0 commit comments