(instance: TestInstance, options?: ByRoleOptions)
| 44 | }; |
| 45 | |
| 46 | const matchAccessibleStateIfNeeded = (instance: TestInstance, options?: ByRoleOptions) => { |
| 47 | return options != null ? matchAccessibilityState(instance, options) : true; |
| 48 | }; |
| 49 | |
| 50 | const matchAccessibilityValueIfNeeded = ( |
| 51 | instance: TestInstance, |
no test coverage detected
searching dependent graphs…