File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Configuration options:
18
18
` computedStyleSupportsPseudoElements ` : Set to ` true ` if
19
19
` window.getComputedStyle ` supports pseudo-elements i.e. a second argument. If
20
20
you're using testing-library in a browser you almost always want to set this to
21
- ` true ` . Only very old browser don't support his property (such as IE 8 and
21
+ ` true ` . Only very old browser don't support this property (such as IE 8 and
22
22
earlier). However, ` jsdom ` does not support the second argument currently. This
23
23
includes versions of ` jsdom ` prior to ` 16.4.0 ` and any version that logs a
24
24
` not implemented ` warning when calling ` getComputedStyle ` with a second argument
@@ -54,10 +54,6 @@ and related queries. Defaults to `data-testid`.
54
54
[ ` getBy* ` ] ( api-queries#getby ) or [ ` getAllBy* ` ] ( api-queries#getallby ) fail. Takes
55
55
the error message and container object as arguments.
56
56
57
- ` getElementError ` : A function that returns the error used when
58
- [ ` getBy* ` ] ( api-queries#getby ) or [ ` getAllBy* ` ] ( api-queries#getallby ) fail. Takes
59
- the error message and container object as arguments.
60
-
61
57
` asyncUtilTimeout ` : The global timeout value in milliseconds used by ` waitFor ` utilities.
62
58
Defaults to 1000ms.
63
59
You can’t perform that action at this time.
0 commit comments