created:3/5/2021
updated:3/5/2021
loc
136
comments
18%
passed
10
coverage
50%
GithubAvatar
avatar to be used in an AvatarList container
Name | Description | Default | Controls |
---|---|---|---|
username | user name string | - | |
useremail | optional user email to link to gravatar string | - | |
overlap | overlap % of the avatars in a list number | 0.4 | |
size | size in pixels number | 48 |
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
GithubAvatar.test.ts(10 tests) | ||||
passed | GithubAvatar > overview > 1 | snapshot | 417 | |
passed | GithubAvatar > overview > 1 | accessibility | 436 | |
passed | GithubAvatar > overview > 2 | snapshot | 148 | |
passed | GithubAvatar > overview > 2 | accessibility | 108 | |
passed | GithubAvatar > overview > 3 | snapshot | 63 | |
passed | GithubAvatar > overview > 3 | accessibility | 111 | |
passed | GithubAvatar > overview > 4 | snapshot | 108 | |
passed | GithubAvatar > overview > 4 | accessibility | 106 | |
passed | GithubAvatar > overview > 5 | snapshot | 65 |
total 10 tests
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
GithubAvatar.tsx | |||||
lines | 14 | 13 | 0 | 92.85% | |
functions | 2 | 1 | 0 | 50% | |
statements | 15 | 14 | 0 | 93.33% | |
branches | 25 | 17 | 0 | 68% |
id | description | |
---|---|---|
avoid-inline-spacing | Ensure that text spacing set through style attributes can be adjusted with custom stylesheets... | |
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... |