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`
74
74
The default value for the ` hidden ` option used by
75
75
[ ` getByRole ` ] ( api-queries.mdx#byrole ) . Defaults to ` false ` .
76
76
77
- ### showOriginalStackTrace`
77
+ ### ` showOriginalStackTrace `
78
78
By default, ` waitFor ` will ensure that the stack trace
79
79
for errors thrown by Testing Library is cleaned up and shortened so it's easier
80
80
for you to identify the part of your code that resulted in the error (async
81
81
stack traces are hard to debug). If you want to disable this, then
82
82
set` showOriginalStackTrace ` to ` false ` . You can also disable this for a specific
83
83
call in the options you pass to ` waitFor ` .
84
84
85
- ### ` throwSuggestions ` (experimental)
85
+ ### ` throwSuggestions ` (experimental)
86
86
When enabled, if [ better queries] ( https://testing-library.com/docs/guide-which-query ) are
87
87
available the test will fail and provide a suggested query to use instead.
88
88
Default to ` false ` .
You can’t perform that action at this time.
0 commit comments