@coveord/plasma-mantine 56.17.0 → 56.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +4 -4
- package/.turbo/turbo-test.log +114 -113
- package/dist/.tsbuildinfo +1 -1
- package/dist/cjs/components/ActionIcon/ActionIcon.d.ts +1 -1
- package/dist/cjs/components/ActionIcon/ActionIcon.d.ts.map +1 -1
- package/dist/cjs/components/ActionIcon/ActionIcon.js +10 -0
- package/dist/cjs/components/ActionIcon/ActionIcon.js.map +1 -1
- package/dist/cjs/components/Alert/Alert.d.ts.map +1 -1
- package/dist/cjs/components/Alert/Alert.js +5 -0
- package/dist/cjs/components/Alert/Alert.js.map +1 -1
- package/dist/cjs/components/Button/Button.d.ts.map +1 -1
- package/dist/cjs/components/Button/Button.js +10 -0
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/dist/cjs/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/cjs/components/CodeEditor/CodeEditor.js +1 -0
- package/dist/cjs/components/CodeEditor/CodeEditor.js.map +1 -1
- package/dist/cjs/components/LastUpdated/LastUpdated.js +1 -0
- package/dist/cjs/components/LastUpdated/LastUpdated.js.map +1 -1
- package/dist/cjs/components/StickyFooter/StickyFooter.d.ts.map +1 -1
- package/dist/cjs/components/StickyFooter/StickyFooter.js +1 -0
- package/dist/cjs/components/StickyFooter/StickyFooter.js.map +1 -1
- package/dist/esm/components/ActionIcon/ActionIcon.d.ts +1 -1
- package/dist/esm/components/ActionIcon/ActionIcon.d.ts.map +1 -1
- package/dist/esm/components/ActionIcon/ActionIcon.js +10 -0
- package/dist/esm/components/ActionIcon/ActionIcon.js.map +1 -1
- package/dist/esm/components/Alert/Alert.d.ts.map +1 -1
- package/dist/esm/components/Alert/Alert.js +5 -0
- package/dist/esm/components/Alert/Alert.js.map +1 -1
- package/dist/esm/components/Button/Button.d.ts.map +1 -1
- package/dist/esm/components/Button/Button.js +10 -0
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/esm/components/CodeEditor/CodeEditor.js +1 -0
- package/dist/esm/components/CodeEditor/CodeEditor.js.map +1 -1
- package/dist/esm/components/LastUpdated/LastUpdated.js +1 -0
- package/dist/esm/components/LastUpdated/LastUpdated.js.map +1 -1
- package/dist/esm/components/StickyFooter/StickyFooter.d.ts.map +1 -1
- package/dist/esm/components/StickyFooter/StickyFooter.js +1 -0
- package/dist/esm/components/StickyFooter/StickyFooter.js.map +1 -1
- package/package.json +3 -3
- package/src/components/ActionIcon/ActionIcon.tsx +15 -4
- package/src/components/Alert/Alert.tsx +7 -0
- package/src/components/Button/Button.tsx +12 -1
- package/src/components/CodeEditor/CodeEditor.tsx +4 -4
- package/src/components/LastUpdated/LastUpdated.tsx +2 -0
- package/src/components/StickyFooter/StickyFooter.tsx +3 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@56.
|
|
2
|
+
> @coveord/plasma-mantine@56.17.0 build /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> node ../../scripts/build
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:3650) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
6
6
|
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
7
|
-
Successfully compiled: 216 files, copied 66 files with swc (
|
|
8
|
-
Successfully compiled: 216 files, copied 66 files with swc (
|
|
7
|
+
Successfully compiled: 216 files, copied 66 files with swc (514.42ms)
|
|
8
|
+
Successfully compiled: 216 files, copied 66 files with swc (592.74ms)
|
|
9
9
|
✅
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,125 +1,126 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@56.
|
|
2
|
+
> @coveord/plasma-mantine@56.17.0 test /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> cross-env TZ=UTC vitest run --silent
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
[1m[46m RUN [49m[22m [36mv4.0.15 [39m[90m/home/runner/work/plasma/plasma/packages/mantine[39m
|
|
7
7
|
|
|
8
|
-
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m
|
|
9
|
-
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m
|
|
10
|
-
[33m[2m✓[22m[39m reset row selection when user click outside the table [33m
|
|
11
|
-
[33m[2m✓[22m[39m handles switching layout [33m
|
|
12
|
-
[33m[2m✓[22m[39m does not clear the row selection when clicking outside the table [33m
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
[33m[2m✓[22m[39m
|
|
16
|
-
[33m[2m✓[22m[39m
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
[33m[2m✓[22m[39m
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
[33m[2m✓[22m[39m
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
[33m[2m✓[22m[39m renders
|
|
31
|
-
[33m[2m✓[22m[39m
|
|
32
|
-
[33m[2m✓[22m[39m
|
|
33
|
-
[33m[2m✓[22m[39m
|
|
34
|
-
[33m[2m✓[22m[39m
|
|
35
|
-
[33m[2m✓[22m[39m renders
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
[33m[2m✓[22m[39m
|
|
39
|
-
[33m[2m✓[22m[39m
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
[33m[2m✓[22m[39m
|
|
44
|
-
[33m[2m✓[22m[39m
|
|
45
|
-
|
|
46
|
-
[32m✓[39m src/
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
[32m✓[39m src/
|
|
52
|
-
|
|
53
|
-
[33m[2m✓[22m[39m goes back to the first page when changing the filter [33m
|
|
54
|
-
[33m[2m✓[22m[39m does not unselect rows that get filtered out [33m
|
|
55
|
-
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m
|
|
56
|
-
[33m[2m✓[22m[39m
|
|
57
|
-
[33m[2m✓[22m[39m
|
|
58
|
-
[33m[2m✓[22m[39m
|
|
59
|
-
[33m[2m✓[22m[39m
|
|
60
|
-
[33m[2m✓[22m[39m
|
|
61
|
-
[33m[2m✓[22m[39m applies the selected date range in
|
|
62
|
-
|
|
63
|
-
[33m[2m✓[22m[39m
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
[33m[2m✓[22m[39m calls
|
|
70
|
-
[33m[2m✓[22m[39m calls
|
|
71
|
-
[33m[2m✓[22m[39m
|
|
72
|
-
[33m[2m✓[22m[39m
|
|
73
|
-
|
|
74
|
-
[32m✓[39m src/components/
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
[33m[2m✓[22m[39m
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
[33m[2m✓[22m[39m
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
[32m✓[39m src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
93
|
-
[33m[2m✓[22m[39m renders an input for the start and an input for the end [33m
|
|
94
|
-
[33m[2m✓[22m[39m updates when editing values [33m
|
|
95
|
-
[33m[2m✓[22m[39m accepts minDate and maxDate props for start and end inputs [33m
|
|
96
|
-
[32m✓[39m src/components/Button/__tests__/Button.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m
|
|
97
|
-
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m
|
|
8
|
+
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 2160[2mms[22m[39m
|
|
9
|
+
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 2691[2mms[22m[39m
|
|
10
|
+
[33m[2m✓[22m[39m reset row selection when user click outside the table [33m 341[2mms[22m[39m
|
|
11
|
+
[33m[2m✓[22m[39m handles switching layout [33m 448[2mms[22m[39m
|
|
12
|
+
[33m[2m✓[22m[39m does not clear the row selection when clicking outside the table [33m 322[2mms[22m[39m
|
|
13
|
+
[33m[2m✓[22m[39m unselects all the selected rows when clicking on the the unselect button from the table header [33m 496[2mms[22m[39m
|
|
14
|
+
[32m✓[39m src/components/Table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 4541[2mms[22m[39m
|
|
15
|
+
[33m[2m✓[22m[39m renders the data using the RowLayout by default [33m 581[2mms[22m[39m
|
|
16
|
+
[33m[2m✓[22m[39m closes the opened collapsible when using the accordion column and the user expand a different row [33m 472[2mms[22m[39m
|
|
17
|
+
[33m[2m✓[22m[39m toggles row selection when clicking on a selected row [33m 313[2mms[22m[39m
|
|
18
|
+
[33m[2m✓[22m[39m allows selection of a different row if row selection is forced [33m 338[2mms[22m[39m
|
|
19
|
+
[33m[2m✓[22m[39m selects all rows of the current page when clicking on the checkbox that is in the column header [33m 343[2mms[22m[39m
|
|
20
|
+
[33m[2m✓[22m[39m prevents row selection if disableRowSelection is true [33m 498[2mms[22m[39m
|
|
21
|
+
[33m[2m✓[22m[39m prevents click on checkboxes if disableRowSelection is true [33m 317[2mms[22m[39m
|
|
22
|
+
[32m✓[39m src/components/Table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 1303[2mms[22m[39m
|
|
23
|
+
[33m[2m✓[22m[39m calculates the number of pages based on the pageSize and the total number of entries [33m 339[2mms[22m[39m
|
|
24
|
+
[33m[2m✓[22m[39m changes the page when the pagination is client side [33m 419[2mms[22m[39m
|
|
25
|
+
[32m✓[39m src/components/Table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 3631[2mms[22m[39m
|
|
26
|
+
[33m[2m✓[22m[39m displays the actions when the row is selected [33m 700[2mms[22m[39m
|
|
27
|
+
[33m[2m✓[22m[39m displays the secondary actions when the row is selected and the user clicks on more [33m 1661[2mms[22m[39m
|
|
28
|
+
[33m[2m✓[22m[39m passes down an array of selected rows [33m 721[2mms[22m[39m
|
|
29
|
+
[32m✓[39m src/components/Table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 10184[2mms[22m[39m
|
|
30
|
+
[33m[2m✓[22m[39m renders the column selector button in the actions column header when rowConfigurable is true [33m 651[2mms[22m[39m
|
|
31
|
+
[33m[2m✓[22m[39m renders all columns in the dropdown except control columns [33m 1222[2mms[22m[39m
|
|
32
|
+
[33m[2m✓[22m[39m renders all checkboxes checked by default [33m 945[2mms[22m[39m
|
|
33
|
+
[33m[2m✓[22m[39m hides a column when the user unchecks it [33m 974[2mms[22m[39m
|
|
34
|
+
[33m[2m✓[22m[39m shows a column when the user checks it [33m 951[2mms[22m[39m
|
|
35
|
+
[33m[2m✓[22m[39m renders a disabled checked checkbox for columns that are always visible [33m 701[2mms[22m[39m
|
|
36
|
+
[33m[2m✓[22m[39m renders a tooltip when hovering a disabled always visible column checkbox [33m 838[2mms[22m[39m
|
|
37
|
+
[33m[2m✓[22m[39m renders unchecked checkboxes for columns that are not visible in the initial state [33m 733[2mms[22m[39m
|
|
38
|
+
[33m[2m✓[22m[39m disables unchecked columns when the maximum number of visible columns is reached [33m 859[2mms[22m[39m
|
|
39
|
+
[33m[2m✓[22m[39m renders a footer with the max columns message when maxSelectableColumns is set [33m 754[2mms[22m[39m
|
|
40
|
+
[33m[2m✓[22m[39m does not render a footer when maxSelectableColumns is not set [33m 709[2mms[22m[39m
|
|
41
|
+
[33m[2m✓[22m[39m enables a disabled column when a visible column is hidden [33m 827[2mms[22m[39m
|
|
42
|
+
[32m✓[39m src/components/Facet/__tests__/Facet.component.spec.tsx [2m([22m[2m15 tests[22m[2m)[22m[33m 3357[2mms[22m[39m
|
|
43
|
+
[33m[2m✓[22m[39m displays the count when it exists [33m 457[2mms[22m[39m
|
|
44
|
+
[33m[2m✓[22m[39m handles keyboard navigation when there is no search [33m 405[2mms[22m[39m
|
|
45
|
+
[32m✓[39m src/hooks/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m70 tests[22m[2m)[22m[32m 168[2mms[22m[39m
|
|
46
|
+
[32m✓[39m src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 1467[2mms[22m[39m
|
|
47
|
+
[33m[2m✓[22m[39m calls the onClick prop when clicking on the menu item [33m 361[2mms[22m[39m
|
|
48
|
+
[32m✓[39m src/components/Table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 1158[2mms[22m[39m
|
|
49
|
+
[33m[2m✓[22m[39m displays the label [33m 302[2mms[22m[39m
|
|
50
|
+
[32m✓[39m src/utils/__tests__/groupOptions.unit.spec.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 9[2mms[22m[39m
|
|
51
|
+
[32m✓[39m src/components/Table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1781[2mms[22m[39m
|
|
52
|
+
[33m[2m✓[22m[39m displays the placeholder [33m 334[2mms[22m[39m
|
|
53
|
+
[33m[2m✓[22m[39m goes back to the first page when changing the filter [33m 451[2mms[22m[39m
|
|
54
|
+
[33m[2m✓[22m[39m does not unselect rows that get filtered out [33m 559[2mms[22m[39m
|
|
55
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 16705[2mms[22m[39m
|
|
56
|
+
[33m[2m✓[22m[39m opens popover when input is clicked [33m 488[2mms[22m[39m
|
|
57
|
+
[33m[2m✓[22m[39m calls onChange when a date range is applied [33m 2933[2mms[22m[39m
|
|
58
|
+
[33m[2m✓[22m[39m closes popover when Cancel is clicked [33m 724[2mms[22m[39m
|
|
59
|
+
[33m[2m✓[22m[39m calls onCancel when Cancel button is clicked [33m 560[2mms[22m[39m
|
|
60
|
+
[33m[2m✓[22m[39m applies the selected date range in uncontrolled mode [33m 3109[2mms[22m[39m
|
|
61
|
+
[33m[2m✓[22m[39m applies the selected date range in controlled mode [33m 3758[2mms[22m[39m
|
|
62
|
+
[33m[2m✓[22m[39m renders preset options in the popover [33m 1038[2mms[22m[39m
|
|
63
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 2659[2mms[22m[39m
|
|
64
|
+
[33m[2m✓[22m[39m calls onOpenedChange when popover state changes [33m 623[2mms[22m[39m
|
|
65
|
+
[32m✓[39m src/components/CodeEditor/__tests__/CodeEditor.spec.tsx [2m([22m[2m9 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 1102[2mms[22m[39m
|
|
66
|
+
[33m[2m✓[22m[39m renders the monaco editor, a copy to clipboard button and a search button [33m 438[2mms[22m[39m
|
|
67
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 5181[2mms[22m[39m
|
|
68
|
+
[33m[2m✓[22m[39m calls onApply when the user clicks on the apply button [33m 913[2mms[22m[39m
|
|
69
|
+
[33m[2m✓[22m[39m calls onCancel when the user clicks on the cancel button [33m 393[2mms[22m[39m
|
|
70
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 1239[2mms[22m[39m
|
|
71
|
+
[33m[2m✓[22m[39m set end date same as start date if only one date is selected when clicking in the calendar [33m 948[2mms[22m[39m
|
|
72
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when typing in the inputs [33m 1615[2mms[22m[39m
|
|
73
|
+
[32m✓[39m src/components/Header/__tests__/Header.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 590[2mms[22m[39m
|
|
74
|
+
[32m✓[39m src/components/Table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3428[2mms[22m[39m
|
|
75
|
+
[33m[2m✓[22m[39m goes back to the first page when changing the predicate [33m 1980[2mms[22m[39m
|
|
76
|
+
[33m[2m✓[22m[39m sets the current predicate value in the url using the predicate id as key [33m 1193[2mms[22m[39m
|
|
77
|
+
[32m✓[39m src/components/Table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 944[2mms[22m[39m
|
|
78
|
+
[33m[2m✓[22m[39m displays the sort icon for every sortable column [33m 362[2mms[22m[39m
|
|
79
|
+
[33m[2m✓[22m[39m changes the sort icon when clicking on a table header [33m 361[2mms[22m[39m
|
|
80
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m([22m[2m4 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m 4255[2mms[22m[39m
|
|
81
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 4107[2mms[22m[39m
|
|
82
|
+
[32m✓[39m src/components/Table/__tests__/TableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 4702[2mms[22m[39m
|
|
83
|
+
[33m[2m✓[22m[39m displays the initial dates [33m 414[2mms[22m[39m
|
|
84
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 4224[2mms[22m[39m
|
|
85
|
+
[32m✓[39m src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 4927[2mms[22m[39m
|
|
86
|
+
[33m[2m✓[22m[39m updates with the selected dates when choosing a preset [33m 1272[2mms[22m[39m
|
|
87
|
+
[33m[2m✓[22m[39m can change the date and time [33m 3480[2mms[22m[39m
|
|
88
|
+
[32m✓[39m src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 839[2mms[22m[39m
|
|
89
|
+
[33m[2m✓[22m[39m expands the rows when the user clicks on a cell [33m 668[2mms[22m[39m
|
|
90
|
+
[32m✓[39m src/components/Table/__tests__/TableLastUpdated.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 573[2mms[22m[39m
|
|
91
|
+
[33m[2m✓[22m[39m displays the label and time [33m 322[2mms[22m[39m
|
|
92
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3736[2mms[22m[39m
|
|
93
|
+
[33m[2m✓[22m[39m renders an input for the start and an input for the end [33m 381[2mms[22m[39m
|
|
94
|
+
[33m[2m✓[22m[39m updates when editing values [33m 1471[2mms[22m[39m
|
|
95
|
+
[33m[2m✓[22m[39m accepts minDate and maxDate props for start and end inputs [33m 1880[2mms[22m[39m
|
|
96
|
+
[32m✓[39m src/components/Button/__tests__/Button.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 544[2mms[22m[39m
|
|
97
|
+
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 15[2mms[22m[39m
|
|
98
98
|
[2m[90m↓[39m[22m src/utils/__tests__/overrideComponent.spec.tsx [2m([22m[2m1 test[22m[2m | [22m[33m1 skipped[39m[2m)[22m
|
|
99
|
-
[32m✓[39m src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
100
|
-
[33m[2m✓[22m[39m shows a tooltip when hovering over the disabled button [33m
|
|
101
|
-
[32m✓[39m src/components/
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
[32m✓[39m src/
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
[32m✓[39m src/
|
|
109
|
-
[32m✓[39m src/
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
[32m✓[39m src/components/
|
|
113
|
-
[32m✓[39m src/components/
|
|
114
|
-
[32m✓[39m src/components/
|
|
115
|
-
[32m✓[39m src/components/
|
|
116
|
-
[32m✓[39m src/components/
|
|
117
|
-
[32m✓[39m src/components/
|
|
118
|
-
[32m✓[39m src/components/StickyFooter/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
99
|
+
[32m✓[39m src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 499[2mms[22m[39m
|
|
100
|
+
[33m[2m✓[22m[39m shows a tooltip when hovering over the disabled button [33m 452[2mms[22m[39m
|
|
101
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 1213[2mms[22m[39m
|
|
102
|
+
[33m[2m✓[22m[39m calls onChange when selecting a preset [33m 986[2mms[22m[39m
|
|
103
|
+
[32m✓[39m src/components/LastUpdated/__tests__/LastUpdated.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[33m 491[2mms[22m[39m
|
|
104
|
+
[33m[2m✓[22m[39m renders with default label, time and formatter [33m 319[2mms[22m[39m
|
|
105
|
+
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 29[2mms[22m[39m
|
|
106
|
+
[32m✓[39m src/components/Prompt/__tests__/Prompt.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 783[2mms[22m[39m
|
|
107
|
+
[33m[2m✓[22m[39m displays the title, body and close button [33m 362[2mms[22m[39m
|
|
108
|
+
[32m✓[39m src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 594[2mms[22m[39m
|
|
109
|
+
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m1 test[22m[2m)[22m[32m 9[2mms[22m[39m
|
|
110
|
+
[32m✓[39m src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 534[2mms[22m[39m
|
|
111
|
+
[33m[2m✓[22m[39m renders the specified text as the header tooltip content [33m 450[2mms[22m[39m
|
|
112
|
+
[32m✓[39m src/components/StatusToken/__tests__/StatusToken.component.spec.tsx [2m([22m[2m10 tests[22m[2m)[22m[33m 530[2mms[22m[39m
|
|
113
|
+
[32m✓[39m src/components/ChildForm/__tests__/ChildForm.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 337[2mms[22m[39m
|
|
114
|
+
[32m✓[39m src/components/Modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 299[2mms[22m[39m
|
|
115
|
+
[32m✓[39m src/components/RadioCard/__tests__/RadioCard.component.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 310[2mms[22m[39m
|
|
116
|
+
[32m✓[39m src/components/Modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 85[2mms[22m[39m
|
|
117
|
+
[32m✓[39m src/components/Menu/__tests__/Menu.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 252[2mms[22m[39m
|
|
118
|
+
[32m✓[39m src/components/StickyFooter/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 62[2mms[22m[39m
|
|
119
|
+
[32m✓[39m src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 250[2mms[22m[39m
|
|
119
120
|
[32m✓[39m src/components/BlankSlate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 49[2mms[22m[39m
|
|
120
121
|
|
|
121
122
|
[2m Test Files [22m [1m[32m43 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (44)[39m
|
|
122
123
|
[2m Tests [22m [1m[32m310 passed[39m[22m[2m | [22m[33m6 skipped[39m[90m (316)[39m
|
|
123
|
-
[2m Start at [22m
|
|
124
|
-
[2m Duration [22m
|
|
124
|
+
[2m Start at [22m 21:10:10
|
|
125
|
+
[2m Duration [22m 63.48s[2m (transform 2.10s, setup 10.81s, import 51.09s, tests 86.32s, environment 32.51s)[22m
|
|
125
126
|
|