testing-library / native-testing-library
Showing 1 of 4 files from the diff.
Newly tracked file
src/lib/queries/role.js changed.
Other files ignored by Codecov

@@ -1,17 +1,33 @@
Loading
1 1
import { buildQueries } from './all-utils';
2 2
3 3
const validRoles = [
4 -
  'adjustable',
4 +
  'none',
5 5
  'button',
6 -
  'header',
7 -
  'image',
8 -
  'imagebutton',
9 -
  'keyboardKey',
10 6
  'link',
11 -
  'none',
12 7
  'search',
13 -
  'summary',
8 +
  'image',
9 +
  'keyboardkey',
14 10
  'text',
11 +
  'adjustable',
12 +
  'imagebutton',
13 +
  'header',
14 +
  'summary',
15 +
  'alert',
16 +
  'checkbox',
17 +
  'combobox',
18 +
  'menu',
19 +
  'menubar',
20 +
  'menuitem',
21 +
  'progressbar',
22 +
  'radio',
23 +
  'radiogroup',
24 +
  'scrollbar',
25 +
  'spinbutton',
26 +
  'switch',
27 +
  'tab',
28 +
  'tablist',
29 +
  'timer',
30 +
  'toolbar',
15 31
];
16 32
17 33
const validTraits = [
Files Coverage
src/lib 100.00%
Project Totals (20 files) 100.00%
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading