created:3/5/2021
updated:3/5/2021
loc
42
comments
24%
passed
6
coverage
100%
Pagination component to navigate previous/next page
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
Pagination.test.ts(6 tests) | ||||
passed | Pagination > overview | snapshot | 85 | |
passed | Pagination > overview | accessibility | 381 | |
passed | Pagination > onlyPrev | snapshot | 23 | |
passed | Pagination > onlyPrev | accessibility | 158 | |
passed | Pagination > onlyNext | snapshot | 17 | |
passed | Pagination > onlyNext | accessibility | 175 |
total 6 tests
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
Pagination.tsx | |||||
lines | 5 | 5 | 0 | 100% | |
functions | 1 | 1 | 0 | 100% | |
statements | 6 | 6 | 0 | 100% | |
branches | 4 | 4 | 0 | 100% |
id | description | |
---|---|---|
aria-allowed-role | Ensures role attribute has an appropriate value for the element... | |
aria-hidden-focus | Ensures aria-hidden elements do not contain focusable elements... | |
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... | |
link-name | Ensures links have discernible text... |