created:3/5/2021
updated:3/5/2021
loc
56
comments
9%
passed
2
coverage
80%
App
application container component. adds SEO, SkipLinks, Header and Footer.
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
App.test.ts(2 tests) | ||||
passed | App > overview | snapshot | 163 | |
passed | App > overview | accessibility | 745 |
total 2 tests
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
App.tsx | |||||
lines | 22 | 22 | 0 | 100% | |
functions | 1 | 1 | 0 | 100% | |
statements | 23 | 23 | 0 | 100% | |
branches | 10 | 8 | 0 | 80% |
id | description | |
---|---|---|
aria-allowed-attr | Ensures ARIA attributes are allowed for an element's role... | |
aria-valid-attr-value | Ensures all ARIA attributes have valid values... | |
aria-valid-attr | Ensures attributes that begin with aria- are valid ARIA attributes... | |
color-contrast | Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds... | |
identical-links-same-purpose | Ensure that links with the same accessible name serve a similar purpose... | |
landmark-unique | Landmarks should have a unique role or role/label/title (i.e. accessible name) combination... | |
link-name | Ensures links have discernible text... |