File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
- // Type definitions for @testing -library/dom 7.0
2
- // Project: https://github.com/testing-library/dom-testing-library
3
- // Definitions by: Alex Krolick <https://github.com/alexkrolick>
4
- // Kent C Dodds <https://github.com/kentcdodds>
5
- // Sebastian Silbermann <https://github.com/eps1lon>
6
- // Weyert de Boer <https://github.com/weyert>
7
- // Ronald Rey <https://github.com/reyronald>
8
- // Justin Hall <https://github.com/wKovacs64>
9
- // Wesley Tsai <https://github.com/wezleytsai>
10
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
11
1
// TypeScript Version: 3.1
12
2
13
3
import { getQueriesForElement } from './get-queries-for-element' ;
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ export interface ByRoleOptions extends MatcherOptions {
51
51
* If true includes elements in the query set that are usually excluded from
52
52
* the accessibility tree. `role="none"` or `role="presentation"` are included
53
53
* in either case.
54
- * @default false
55
54
*/
56
55
hidden ?: boolean ;
57
56
/**
Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ export function logRoles(container: HTMLElement): string;
2
2
export function getRoles ( container : HTMLElement ) : { [ index : string ] : HTMLElement [ ] } ;
3
3
/**
4
4
* https://testing-library.com/docs/dom-testing-library/api-helpers#isinaccessible
5
- * @param element
6
5
*/
7
6
export function isInaccessible ( element : Element ) : boolean ;
You can’t perform that action at this time.
0 commit comments