created:4/4/2021
updated:4/4/2021
loc
36
comments
8%
passed
2
coverage
0%
FilesEditor
Files control editor.
Status | Full name | Title | Time(ms) | |
---|---|---|---|---|
FilesEditor.test.ts(2 tests) | ||||
passed | FilesEditor > overview | snapshot | 38 | |
passed | FilesEditor > overview | accessibility | 117 |
total 2 tests
Kind | Total | Covered | Skipped | % | |
---|---|---|---|---|---|
FilesEditor.tsx | |||||
lines | 18 | 10 | 0 | 55.55% | |
functions | 6 | 1 | 0 | 16.66% | |
statements | 21 | 13 | 0 | 61.9% | |
branches | 1 | 0 | 0 | 0% |
id | description | |
---|---|---|
color-contrast | Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds... | |
form-field-multiple-labels | Ensures form field does not have multiple label elements... | |
label-title-only | Ensures that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes... | |
label | Ensures every form element has a label... |