created:4/29/2021
updated:4/29/2021
loc
34
comments
6%
passed
6
coverage
71%
ImagesBlock
| Status | Full name | Title | Time(ms) | |
|---|---|---|---|---|
|  ImagesBlock.test.ts(6 tests) | ||||
| passed | ImagesBlock > overview | snapshot | 89 | |
| passed | ImagesBlock > overview | accessibility | 349 | |
| passed | ImagesBlock > customItems | snapshot | 280 | |
| passed | ImagesBlock > customItems | accessibility | 700 | |
| passed | ImagesBlock > customConfigProps | snapshot | 47 | |
| passed | ImagesBlock > customConfigProps | accessibility | 197 | |
total 6 tests
| Kind | Total | Covered | Skipped | % | |
|---|---|---|---|---|---|
|  ImagesBlock.tsx | |||||
| lines | 17 | 17 | 0 | 100% | |
| functions | 2 | 2 | 0 | 100% | |
| statements | 22 | 22 | 0 | 100% | |
| branches | 24 | 17 | 0 | 70.83% | |
| 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... | |
| 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 | Ensures every id attribute value is unique... | |
| image-alt | Ensures <img> elements have alternate text or a role of none or presentation... | |
| image-redundant-alt | Ensure image alternative is not repeated as text... | |
| nested-interactive | Ensure controls are not nested as they are not announced by screen readers... |