ExternalDependencies
Displays external dependencies for a component
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
ExternalDependencies.test.ts(2 tests) | ||||
passed | ExternalDependencies > overview | snapshot | 466 | |
passed | ExternalDependencies > overview | accessibility | 2480 |
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
ExternalDependencies.tsx | |||||
lines | 15 | 13 | 0 | 86.66% | |
functions | 2 | 2 | 0 | 100% | |
statements | 16 | 14 | 0 | 87.5% | |
branches | 4 | 2 | 0 | 50% |
- ArrowButton
- My Button Tab
package | imports | peer |
---|---|---|
Table | ||
react ^16.13.1 | ReactFC | * |
id | description | |
---|---|---|
aria-allowed-attr | Ensures ARIA attributes are allowed for an element's role... | |
aria-allowed-role | Ensures role attribute has an appropriate value for the element... | |
aria-required-attr | Ensures elements with ARIA roles have all required ARIA attributes... | |
aria-required-children | Ensures elements with an ARIA role that require child roles contain them... | |
aria-required-parent | Ensures elements with an ARIA role that require parent roles are contained by them... | |
aria-roles | Ensures all elements with a role attribute use a valid value... | |
aria-valid-attr-value | Ensures all ARIA attributes have valid values... | |
aria-valid-attr | Ensures attributes that begin with aria- are valid ARIA attributes... | |
avoid-inline-spacing | Ensure that text spacing set through style attributes can be adjusted with custom stylesheets... | |
color-contrast | Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds... | |
duplicate-id-aria | Ensures every id attribute value used in ARIA and in labels is unique... | |
duplicate-id | Ensures every id attribute value is unique... | |
empty-table-header | Ensures table headers have discernible text... | |
identical-links-same-purpose | Ensure that links with the same accessible name serve a similar purpose... | |
link-name | Ensures links have discernible text... | |
nested-interactive | Ensure controls are not nested as they are not announced by screen readers... | |
tabindex | Ensures tabindex attribute values are not greater than 0... | |
table-duplicate-name | Ensure the <caption> element does not contain the same text as the summary attribute... | |
td-headers-attr | Ensure that each cell in a table that uses the headers attribute refers only to other cells in that table... | |
th-has-data-cells | Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe... |