We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51de304 commit d250e75Copy full SHA for d250e75
docs/dom-testing-library/api-configuration.mdx
@@ -80,6 +80,14 @@ with a second argument e.g.
80
The default value for the `hidden` option used by
81
[`getByRole`](queries/byrole.mdx). Defaults to `false`.
82
83
+### `defaultIgnore`
84
+
85
+The default value for the [`ignore` option](queries/bytext.mdx#ignore) used by
86
+[`getByText`](queries/bytext.mdx). Also determines the nodes that are being
87
+ignored when errors are printed.
88
89
+Defaults to `script, style`.
90
91
### `showOriginalStackTrace`
92
93
By default, `waitFor` will ensure that the stack trace for errors thrown by
0 commit comments