@coveord/plasma-mantine 56.20.0 → 56.21.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 +117 -119
- package/dist/.tsbuildinfo +1 -1
- package/dist/cjs/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/cjs/components/Checkbox/Checkbox.js +1 -0
- package/dist/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/cjs/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/cjs/components/CodeEditor/CodeEditor.js +2 -1
- package/dist/cjs/components/CodeEditor/CodeEditor.js.map +1 -1
- package/dist/cjs/components/CopyToClipboard/CopyToClipboard.js +1 -0
- package/dist/cjs/components/CopyToClipboard/CopyToClipboard.js.map +1 -1
- package/dist/cjs/components/RadioCard/RadioCard.d.ts +4 -0
- package/dist/cjs/components/RadioCard/RadioCard.d.ts.map +1 -1
- package/dist/cjs/components/RadioCard/RadioCard.js +48 -43
- package/dist/cjs/components/RadioCard/RadioCard.js.map +1 -1
- package/dist/cjs/hooks/useParentHeight.d.ts.map +1 -1
- package/dist/cjs/hooks/useParentHeight.js +6 -4
- package/dist/cjs/hooks/useParentHeight.js.map +1 -1
- package/dist/cjs/styles/RadioCard.module.css +1 -1
- package/dist/esm/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/esm/components/Checkbox/Checkbox.js +1 -0
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/esm/components/CodeEditor/CodeEditor.js +2 -1
- package/dist/esm/components/CodeEditor/CodeEditor.js.map +1 -1
- package/dist/esm/components/CopyToClipboard/CopyToClipboard.js +1 -0
- package/dist/esm/components/CopyToClipboard/CopyToClipboard.js.map +1 -1
- package/dist/esm/components/RadioCard/RadioCard.d.ts +4 -0
- package/dist/esm/components/RadioCard/RadioCard.d.ts.map +1 -1
- package/dist/esm/components/RadioCard/RadioCard.js +47 -43
- package/dist/esm/components/RadioCard/RadioCard.js.map +1 -1
- package/dist/esm/hooks/useParentHeight.d.ts.map +1 -1
- package/dist/esm/hooks/useParentHeight.js +5 -4
- package/dist/esm/hooks/useParentHeight.js.map +1 -1
- package/dist/esm/styles/RadioCard.module.css +1 -1
- package/package.json +1 -1
- package/src/components/Checkbox/Checkbox.ts +1 -0
- package/src/components/CodeEditor/CodeEditor.tsx +2 -8
- package/src/components/CodeEditor/__tests__/CodeEditor.spec.tsx +18 -0
- package/src/components/CopyToClipboard/CopyToClipboard.tsx +2 -0
- package/src/components/RadioCard/RadioCard.tsx +24 -20
- package/src/components/RadioCard/__tests__/RadioCard.component.spec.tsx +34 -1
- package/src/hooks/__tests__/useParentHeight.spec.tsx +150 -0
- package/src/hooks/useParentHeight.ts +6 -3
- package/src/styles/RadioCard.module.css +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@56.
|
|
2
|
+
> @coveord/plasma-mantine@56.20.1 build /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> node ../../scripts/build
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:3222) [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: 232 files, copied 68 files with swc (
|
|
8
|
-
Successfully compiled: 232 files, copied 68 files with swc (
|
|
7
|
+
Successfully compiled: 232 files, copied 68 files with swc (611.75ms)
|
|
8
|
+
Successfully compiled: 232 files, copied 68 files with swc (631.89ms)
|
|
9
9
|
✅
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,129 +1,127 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@56.
|
|
2
|
+
> @coveord/plasma-mantine@56.20.1 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__/CollectionWithColumns.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m
|
|
9
|
-
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
[33m[2m✓[22m[39m
|
|
13
|
-
[33m[2m✓[22m[39m
|
|
14
|
-
|
|
15
|
-
[33m[2m✓[22m[39m
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
[33m[2m✓[22m[39m
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
[33m[2m✓[22m[39m
|
|
26
|
-
[33m[2m✓[22m[39m
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
[33m[2m✓[22m[39m
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
[33m[2m✓[22m[39m
|
|
33
|
-
[33m[2m✓[22m[39m
|
|
34
|
-
[33m[2m✓[22m[39m renders
|
|
35
|
-
[33m[2m✓[22m[39m
|
|
36
|
-
[33m[2m✓[22m[39m
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
[33m[2m✓[22m[39m
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
[33m[2m✓[22m[39m
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
[33m[2m✓[22m[39m calls the onClick prop when clicking on the menu item [33m 391[2mms[22m[39m
|
|
52
|
-
[32m✓[39m src/components/Table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 1244[2mms[22m[39m
|
|
53
|
-
[33m[2m✓[22m[39m displays the label [33m 322[2mms[22m[39m
|
|
8
|
+
[32m✓[39m src/components/Collection/__tests__/CollectionWithColumns.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 1099[2mms[22m[39m
|
|
9
|
+
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 2186[2mms[22m[39m
|
|
10
|
+
[32m✓[39m src/components/Table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 4162[2mms[22m[39m
|
|
11
|
+
[33m[2m✓[22m[39m renders the data using the RowLayout by default [33m 517[2mms[22m[39m
|
|
12
|
+
[33m[2m✓[22m[39m closes the opened collapsible when using the accordion column and the user expand a different row [33m 424[2mms[22m[39m
|
|
13
|
+
[33m[2m✓[22m[39m toggles row selection when clicking on a selected row [33m 307[2mms[22m[39m
|
|
14
|
+
[33m[2m✓[22m[39m prevents row selection if disableRowSelection is true [33m 465[2mms[22m[39m
|
|
15
|
+
[33m[2m✓[22m[39m prevents click on checkboxes if disableRowSelection is true [33m 323[2mms[22m[39m
|
|
16
|
+
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 2650[2mms[22m[39m
|
|
17
|
+
[33m[2m✓[22m[39m does not reset row selection when clicking within one of the specified additionalRootNodes, even if it is outside the table [33m 307[2mms[22m[39m
|
|
18
|
+
[33m[2m✓[22m[39m handles switching layout [33m 398[2mms[22m[39m
|
|
19
|
+
[33m[2m✓[22m[39m does not clear the row selection when clicking outside the table [33m 405[2mms[22m[39m
|
|
20
|
+
[33m[2m✓[22m[39m unselects all the selected rows when clicking on the the unselect button from the table header [33m 502[2mms[22m[39m
|
|
21
|
+
[32m✓[39m src/components/Table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 1137[2mms[22m[39m
|
|
22
|
+
[33m[2m✓[22m[39m calculates the number of pages based on the pageSize and the total number of entries [33m 321[2mms[22m[39m
|
|
23
|
+
[33m[2m✓[22m[39m changes the page when the pagination is client side [33m 399[2mms[22m[39m
|
|
24
|
+
[32m✓[39m src/components/Table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 3384[2mms[22m[39m
|
|
25
|
+
[33m[2m✓[22m[39m displays the actions when the row is selected [33m 659[2mms[22m[39m
|
|
26
|
+
[33m[2m✓[22m[39m displays the secondary actions when the row is selected and the user clicks on more [33m 1555[2mms[22m[39m
|
|
27
|
+
[33m[2m✓[22m[39m passes down an array of selected rows [33m 640[2mms[22m[39m
|
|
28
|
+
[32m✓[39m src/components/Table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 10198[2mms[22m[39m
|
|
29
|
+
[33m[2m✓[22m[39m renders the column selector button in the actions column header when rowConfigurable is true [33m 633[2mms[22m[39m
|
|
30
|
+
[33m[2m✓[22m[39m renders all columns in the dropdown except control columns [33m 1041[2mms[22m[39m
|
|
31
|
+
[33m[2m✓[22m[39m renders all checkboxes checked by default [33m 959[2mms[22m[39m
|
|
32
|
+
[33m[2m✓[22m[39m hides a column when the user unchecks it [33m 956[2mms[22m[39m
|
|
33
|
+
[33m[2m✓[22m[39m shows a column when the user checks it [33m 910[2mms[22m[39m
|
|
34
|
+
[33m[2m✓[22m[39m renders a disabled checked checkbox for columns that are always visible [33m 811[2mms[22m[39m
|
|
35
|
+
[33m[2m✓[22m[39m renders a tooltip when hovering a disabled always visible column checkbox [33m 763[2mms[22m[39m
|
|
36
|
+
[33m[2m✓[22m[39m renders unchecked checkboxes for columns that are not visible in the initial state [33m 870[2mms[22m[39m
|
|
37
|
+
[33m[2m✓[22m[39m disables unchecked columns when the maximum number of visible columns is reached [33m 906[2mms[22m[39m
|
|
38
|
+
[33m[2m✓[22m[39m renders a footer with the max columns message when maxSelectableColumns is set [33m 582[2mms[22m[39m
|
|
39
|
+
[33m[2m✓[22m[39m does not render a footer when maxSelectableColumns is not set [33m 813[2mms[22m[39m
|
|
40
|
+
[33m[2m✓[22m[39m enables a disabled column when a visible column is hidden [33m 940[2mms[22m[39m
|
|
41
|
+
[32m✓[39m src/hooks/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m70 tests[22m[2m)[22m[32m 131[2mms[22m[39m
|
|
42
|
+
[32m✓[39m src/components/Facet/__tests__/Facet.component.spec.tsx [2m([22m[2m15 tests[22m[2m)[22m[33m 3585[2mms[22m[39m
|
|
43
|
+
[33m[2m✓[22m[39m displays the count when it exists [33m 397[2mms[22m[39m
|
|
44
|
+
[33m[2m✓[22m[39m handles keyboard navigation when there is no search [33m 423[2mms[22m[39m
|
|
45
|
+
[33m[2m✓[22m[39m ticks the checkboxes on click [33m 413[2mms[22m[39m
|
|
46
|
+
[33m[2m✓[22m[39m hides elements that do not match the user query [33m 371[2mms[22m[39m
|
|
47
|
+
[32m✓[39m src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 1336[2mms[22m[39m
|
|
48
|
+
[33m[2m✓[22m[39m calls the onClick prop when clicking on the menu item [33m 361[2mms[22m[39m
|
|
49
|
+
[32m✓[39m src/components/Table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 1178[2mms[22m[39m
|
|
50
|
+
[33m[2m✓[22m[39m displays the label [33m 306[2mms[22m[39m
|
|
54
51
|
[32m✓[39m src/utils/__tests__/groupOptions.unit.spec.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 10[2mms[22m[39m
|
|
55
|
-
[32m✓[39m src/components/Table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m
|
|
56
|
-
[33m[2m✓[22m[39m displays the placeholder [33m
|
|
57
|
-
[33m[2m✓[22m[39m goes back to the first page when changing the filter [33m
|
|
58
|
-
[33m[2m✓[22m[39m does not unselect rows that get filtered out [33m
|
|
59
|
-
[32m✓[39m src/components/
|
|
60
|
-
[33m[2m✓[22m[39m
|
|
61
|
-
|
|
62
|
-
[33m[2m✓[22m[39m
|
|
63
|
-
[33m[2m✓[22m[39m
|
|
64
|
-
[33m[2m✓[22m[39m
|
|
65
|
-
[33m[2m✓[22m[39m
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
[33m[2m✓[22m[39m
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
[33m[2m✓[22m[39m
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
[32m✓[39m src/components/
|
|
78
|
-
|
|
79
|
-
[33m[2m✓[22m[39m
|
|
80
|
-
[33m[2m✓[22m[39m
|
|
81
|
-
|
|
82
|
-
[33m[2m✓[22m[39m
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
[33m[2m✓[22m[39m
|
|
86
|
-
[32m✓[39m src/components/
|
|
87
|
-
[33m[2m✓[22m[39m
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
[33m[2m✓[22m[39m
|
|
97
|
-
|
|
98
|
-
[33m[2m✓[22m[39m
|
|
99
|
-
|
|
52
|
+
[32m✓[39m src/components/Table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1613[2mms[22m[39m
|
|
53
|
+
[33m[2m✓[22m[39m displays the placeholder [33m 375[2mms[22m[39m
|
|
54
|
+
[33m[2m✓[22m[39m goes back to the first page when changing the filter [33m 398[2mms[22m[39m
|
|
55
|
+
[33m[2m✓[22m[39m does not unselect rows that get filtered out [33m 491[2mms[22m[39m
|
|
56
|
+
[32m✓[39m src/components/CodeEditor/__tests__/CodeEditor.spec.tsx [2m([22m[2m10 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 1059[2mms[22m[39m
|
|
57
|
+
[33m[2m✓[22m[39m renders the monaco editor, a copy to clipboard button and a search button [33m 428[2mms[22m[39m
|
|
58
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 16458[2mms[22m[39m
|
|
59
|
+
[33m[2m✓[22m[39m renders with placeholder text when no date range is selected [33m 363[2mms[22m[39m
|
|
60
|
+
[33m[2m✓[22m[39m opens popover when input is clicked [33m 463[2mms[22m[39m
|
|
61
|
+
[33m[2m✓[22m[39m calls onChange when a date range is applied [33m 3109[2mms[22m[39m
|
|
62
|
+
[33m[2m✓[22m[39m closes popover when Cancel is clicked [33m 684[2mms[22m[39m
|
|
63
|
+
[33m[2m✓[22m[39m calls onCancel when Cancel button is clicked [33m 590[2mms[22m[39m
|
|
64
|
+
[33m[2m✓[22m[39m applies the selected date range in uncontrolled mode [33m 2954[2mms[22m[39m
|
|
65
|
+
[33m[2m✓[22m[39m applies the selected date range in controlled mode [33m 3609[2mms[22m[39m
|
|
66
|
+
[33m[2m✓[22m[39m renders preset options in the popover [33m 1065[2mms[22m[39m
|
|
67
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 2526[2mms[22m[39m
|
|
68
|
+
[33m[2m✓[22m[39m calls onOpenedChange when popover state changes [33m 580[2mms[22m[39m
|
|
69
|
+
[32m✓[39m src/hooks/__tests__/useParentHeight.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[32m 59[2mms[22m[39m
|
|
70
|
+
[32m✓[39m src/components/Table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3168[2mms[22m[39m
|
|
71
|
+
[33m[2m✓[22m[39m goes back to the first page when changing the predicate [33m 1832[2mms[22m[39m
|
|
72
|
+
[33m[2m✓[22m[39m sets the current predicate value in the url using the predicate id as key [33m 1118[2mms[22m[39m
|
|
73
|
+
[32m✓[39m src/components/Header/__tests__/Header.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 490[2mms[22m[39m
|
|
74
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 5508[2mms[22m[39m
|
|
75
|
+
[33m[2m✓[22m[39m calls onApply when the user clicks on the apply button [33m 964[2mms[22m[39m
|
|
76
|
+
[33m[2m✓[22m[39m calls onCancel when the user clicks on the cancel button [33m 463[2mms[22m[39m
|
|
77
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 1603[2mms[22m[39m
|
|
78
|
+
[33m[2m✓[22m[39m set end date same as start date if only one date is selected when clicking in the calendar [33m 881[2mms[22m[39m
|
|
79
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when typing in the inputs [33m 1500[2mms[22m[39m
|
|
80
|
+
[32m✓[39m src/components/Table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 935[2mms[22m[39m
|
|
81
|
+
[33m[2m✓[22m[39m displays the sort icon for every sortable column [33m 337[2mms[22m[39m
|
|
82
|
+
[33m[2m✓[22m[39m changes the sort icon when clicking on a table header [33m 404[2mms[22m[39m
|
|
83
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m([22m[2m4 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m 4207[2mms[22m[39m
|
|
84
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 4082[2mms[22m[39m
|
|
85
|
+
[32m✓[39m src/components/Table/__tests__/TableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 4349[2mms[22m[39m
|
|
86
|
+
[33m[2m✓[22m[39m displays the initial dates [33m 404[2mms[22m[39m
|
|
87
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 3860[2mms[22m[39m
|
|
88
|
+
[32m✓[39m src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 4860[2mms[22m[39m
|
|
89
|
+
[33m[2m✓[22m[39m updates with the selected dates when choosing a preset [33m 1192[2mms[22m[39m
|
|
90
|
+
[33m[2m✓[22m[39m can change the date and time [33m 3519[2mms[22m[39m
|
|
91
|
+
[32m✓[39m src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 1028[2mms[22m[39m
|
|
92
|
+
[33m[2m✓[22m[39m expands the rows when the user clicks on a cell [33m 704[2mms[22m[39m
|
|
93
|
+
[33m[2m✓[22m[39m expands the rows according to the initial state [33m 321[2mms[22m[39m
|
|
94
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3874[2mms[22m[39m
|
|
95
|
+
[33m[2m✓[22m[39m renders an input for the start and an input for the end [33m 348[2mms[22m[39m
|
|
96
|
+
[33m[2m✓[22m[39m updates when editing values [33m 1441[2mms[22m[39m
|
|
97
|
+
[33m[2m✓[22m[39m accepts minDate and maxDate props for start and end inputs [33m 2083[2mms[22m[39m
|
|
98
|
+
[32m✓[39m src/components/Table/__tests__/TableLastUpdated.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 491[2mms[22m[39m
|
|
99
|
+
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 6[2mms[22m[39m
|
|
100
|
+
[32m✓[39m src/components/Button/__tests__/Button.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 619[2mms[22m[39m
|
|
101
|
+
[32m✓[39m src/components/RadioCard/__tests__/RadioCard.component.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 545[2mms[22m[39m
|
|
100
102
|
[2m[90m↓[39m[22m src/utils/__tests__/overrideComponent.spec.tsx [2m([22m[2m1 test[22m[2m | [22m[33m1 skipped[39m[2m)[22m
|
|
101
|
-
[32m✓[39m src/components/Button/__tests__/
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
[32m✓[39m src/components/
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
[32m✓[39m src/
|
|
108
|
-
[32m✓[39m src/components/
|
|
109
|
-
|
|
110
|
-
[32m✓[39m src/components/
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
[32m✓[39m src/
|
|
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/
|
|
119
|
-
[32m✓[39m src/components/
|
|
120
|
-
[32m✓[39m src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[33m 329[2mms[22m[39m
|
|
121
|
-
[33m[2m✓[22m[39m should call handleSearch when the search button is clicked [33m 326[2mms[22m[39m
|
|
122
|
-
[32m✓[39m src/components/StickyFooter/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 53[2mms[22m[39m
|
|
123
|
-
[32m✓[39m src/components/BlankSlate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 52[2mms[22m[39m
|
|
103
|
+
[32m✓[39m src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 510[2mms[22m[39m
|
|
104
|
+
[33m[2m✓[22m[39m shows a tooltip when hovering over the disabled button [33m 446[2mms[22m[39m
|
|
105
|
+
[32m✓[39m src/components/LastUpdated/__tests__/LastUpdated.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[33m 453[2mms[22m[39m
|
|
106
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 1167[2mms[22m[39m
|
|
107
|
+
[33m[2m✓[22m[39m calls onChange when selecting a preset [33m 945[2mms[22m[39m
|
|
108
|
+
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 30[2mms[22m[39m
|
|
109
|
+
[32m✓[39m src/components/Prompt/__tests__/Prompt.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 688[2mms[22m[39m
|
|
110
|
+
[32m✓[39m src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 529[2mms[22m[39m
|
|
111
|
+
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m1 test[22m[2m)[22m[32m 11[2mms[22m[39m
|
|
112
|
+
[32m✓[39m src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 504[2mms[22m[39m
|
|
113
|
+
[33m[2m✓[22m[39m renders the specified text as the header tooltip content [33m 399[2mms[22m[39m
|
|
114
|
+
[32m✓[39m src/components/StatusToken/__tests__/StatusToken.component.spec.tsx [2m([22m[2m10 tests[22m[2m)[22m[33m 434[2mms[22m[39m
|
|
115
|
+
[32m✓[39m src/components/ChildForm/__tests__/ChildForm.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 378[2mms[22m[39m
|
|
116
|
+
[32m✓[39m src/components/Modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 268[2mms[22m[39m
|
|
117
|
+
[32m✓[39m src/components/Modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 96[2mms[22m[39m
|
|
118
|
+
[32m✓[39m src/components/Menu/__tests__/Menu.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 263[2mms[22m[39m
|
|
119
|
+
[32m✓[39m src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 273[2mms[22m[39m
|
|
120
|
+
[32m✓[39m src/components/StickyFooter/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 61[2mms[22m[39m
|
|
121
|
+
[32m✓[39m src/components/BlankSlate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 48[2mms[22m[39m
|
|
124
122
|
|
|
125
|
-
[2m Test Files [22m [1m[
|
|
126
|
-
[2m Tests [22m [1m[
|
|
127
|
-
[2m Start at [22m
|
|
128
|
-
[2m Duration [22m
|
|
123
|
+
[2m Test Files [22m [1m[32m45 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (46)[39m
|
|
124
|
+
[2m Tests [22m [1m[32m335 passed[39m[22m[2m | [22m[33m6 skipped[39m[90m (341)[39m
|
|
125
|
+
[2m Start at [22m 18:38:10
|
|
126
|
+
[2m Duration [22m 64.14s[2m (transform 2.01s, setup 11.03s, import 51.92s, tests 86.04s, environment 32.87s)[22m
|
|
129
127
|
|