@coveord/plasma-mantine 59.4.3 → 59.6.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 -7
- package/.turbo/turbo-test.log +88 -96
- package/dist/.tsbuildinfo +1 -1
- package/dist/cjs/components/DateRangePicker/DateRangePickerInlineCalendar.d.ts.map +1 -1
- package/dist/cjs/components/DateRangePicker/DateRangePickerInlineCalendar.js.map +1 -1
- package/dist/cjs/components/Facet/Facet.module.css +1 -0
- package/dist/cjs/components/Table/layouts/row-layout/RowLayoutBody.d.ts.map +1 -1
- package/dist/cjs/components/Table/layouts/row-layout/RowLayoutBody.js.map +1 -1
- package/dist/cjs/components/Table/layouts/row-layout/RowLayoutHeader.d.ts.map +1 -1
- package/dist/cjs/components/Table/layouts/row-layout/RowLayoutHeader.js.map +1 -1
- package/dist/cjs/components/Table/table-actions/TableActionItem.d.ts.map +1 -1
- package/dist/cjs/components/Table/table-actions/TableActionItem.js.map +1 -1
- package/dist/cjs/components/Table/table-actions/TableActionsList.d.ts.map +1 -1
- package/dist/cjs/components/Table/table-actions/TableActionsList.js.map +1 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles/NavLink.module.css +0 -6
- package/dist/cjs/styles/RadioCard.module.css +2 -0
- package/dist/esm/components/DateRangePicker/DateRangePickerInlineCalendar.d.ts.map +1 -1
- package/dist/esm/components/DateRangePicker/DateRangePickerInlineCalendar.js.map +1 -1
- package/dist/esm/components/Facet/Facet.module.css +1 -0
- package/dist/esm/components/Table/layouts/row-layout/RowLayoutBody.d.ts.map +1 -1
- package/dist/esm/components/Table/layouts/row-layout/RowLayoutBody.js.map +1 -1
- package/dist/esm/components/Table/layouts/row-layout/RowLayoutHeader.d.ts.map +1 -1
- package/dist/esm/components/Table/layouts/row-layout/RowLayoutHeader.js.map +1 -1
- package/dist/esm/components/Table/table-actions/TableActionItem.d.ts.map +1 -1
- package/dist/esm/components/Table/table-actions/TableActionItem.js.map +1 -1
- package/dist/esm/components/Table/table-actions/TableActionsList.d.ts.map +1 -1
- package/dist/esm/components/Table/table-actions/TableActionsList.js.map +1 -1
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles/NavLink.module.css +0 -6
- package/dist/esm/styles/RadioCard.module.css +2 -0
- package/package.json +1 -1
- package/src/components/DateRangePicker/DateRangePickerInlineCalendar.tsx +4 -2
- package/src/components/Facet/Facet.module.css +1 -0
- package/src/components/Table/layouts/row-layout/RowLayoutBody.tsx +1 -3
- package/src/components/Table/layouts/row-layout/RowLayoutHeader.tsx +1 -3
- package/src/components/Table/table-actions/TableActionItem.tsx +2 -1
- package/src/components/Table/table-actions/TableActionsList.tsx +2 -1
- package/src/index.ts +1 -0
- package/src/styles/NavLink.module.css +0 -6
- package/src/styles/RadioCard.module.css +2 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> node ../../scripts/build
|
|
4
|
-
|
|
5
|
-
(node:4280) [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.
|
|
1
|
+
$ node ../../scripts/build
|
|
2
|
+
(node:2598) [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
3
|
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
7
|
-
Successfully compiled: 232 files, copied 73 files with swc (
|
|
8
|
-
Successfully compiled: 232 files, copied 73 files with swc (
|
|
4
|
+
Successfully compiled: 232 files, copied 73 files with swc (600.87ms)
|
|
5
|
+
Successfully compiled: 232 files, copied 73 files with swc (870.68ms)
|
|
9
6
|
✅
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,105 +1,97 @@
|
|
|
1
|
-
|
|
2
|
-
> @coveord/plasma-mantine@59.4.2 test /home/runner/work/plasma/plasma/packages/mantine
|
|
3
|
-
> cross-env TZ=UTC vitest run --silent
|
|
4
|
-
|
|
1
|
+
$ cross-env TZ=UTC vitest run --silent
|
|
5
2
|
|
|
6
3
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.5 [39m[90m/home/runner/work/plasma/plasma/packages/mantine[39m
|
|
7
4
|
|
|
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
|
-
[32m✓[39m src/components/Table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m
|
|
11
|
-
[33m[2m✓[22m[39m renders the data using the RowLayout by default [33m
|
|
12
|
-
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m
|
|
13
|
-
[32m✓[39m src/components/Table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
14
|
-
[32m✓[39m src/components/Table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m
|
|
15
|
-
[33m[2m✓[22m[39m renders the column selector button in the actions column header when rowConfigurable is true [33m
|
|
16
|
-
[33m[2m✓[22m[39m renders all columns in the dropdown except control columns [33m
|
|
17
|
-
[33m[2m✓[22m[39m
|
|
18
|
-
[33m[2m✓[22m[39m
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
[33m[2m✓[22m[39m displays the secondary actions when the row is selected and the user clicks on more [33m 475[2mms[22m[39m
|
|
25
|
-
[32m✓[39m src/components/Table/__tests__/use-persisted-column-visibility.spec.ts [2m([22m[2m15 tests[22m[2m)[22m[32m 67[2mms[22m[39m
|
|
5
|
+
[32m✓[39m src/components/Collection/__tests__/CollectionWithColumns.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 865[2mms[22m[39m
|
|
6
|
+
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 1461[2mms[22m[39m
|
|
7
|
+
[32m✓[39m src/components/Table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 1843[2mms[22m[39m
|
|
8
|
+
[33m[2m✓[22m[39m renders the data using the RowLayout by default [33m 329[2mms[22m[39m
|
|
9
|
+
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 1360[2mms[22m[39m
|
|
10
|
+
[32m✓[39m src/components/Table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 818[2mms[22m[39m
|
|
11
|
+
[32m✓[39m src/components/Table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 3573[2mms[22m[39m
|
|
12
|
+
[33m[2m✓[22m[39m renders the column selector button in the actions column header when rowConfigurable is true [33m 472[2mms[22m[39m
|
|
13
|
+
[33m[2m✓[22m[39m renders all columns in the dropdown except control columns [33m 369[2mms[22m[39m
|
|
14
|
+
[33m[2m✓[22m[39m hides a column when the user unchecks it [33m 357[2mms[22m[39m
|
|
15
|
+
[33m[2m✓[22m[39m shows a column when the user checks it [33m 325[2mms[22m[39m
|
|
16
|
+
[33m[2m✓[22m[39m enables a disabled column when a visible column is hidden [33m 361[2mms[22m[39m
|
|
17
|
+
[32m✓[39m src/components/Table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1392[2mms[22m[39m
|
|
18
|
+
[33m[2m✓[22m[39m displays the actions when the row is selected [33m 417[2mms[22m[39m
|
|
19
|
+
[33m[2m✓[22m[39m displays the secondary actions when the row is selected and the user clicks on more [33m 483[2mms[22m[39m
|
|
20
|
+
[32m✓[39m src/components/Facet/__tests__/Facet.component.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 1942[2mms[22m[39m
|
|
26
21
|
[32m✓[39m src/hooks/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m70 tests[22m[2m)[22m[32m 179[2mms[22m[39m
|
|
27
|
-
[32m✓[39m src/components/Table/__tests__/
|
|
28
|
-
|
|
29
|
-
[32m✓[39m src/components/
|
|
30
|
-
|
|
31
|
-
[32m✓[39m src/utils/__tests__/groupOptions.unit.spec.ts [2m([22m[2m12 tests[22m[2m)[22m[32m
|
|
32
|
-
[32m✓[39m src/
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m
|
|
37
|
-
[33m[2m✓[22m[39m calls onChange when a date range is applied [33m
|
|
38
|
-
[33m[2m✓[22m[39m
|
|
39
|
-
[33m[2m✓[22m[39m
|
|
40
|
-
[33m[2m✓[22m[39m applies the selected date range in
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
[32m✓[39m src/hooks/__tests__/useParentHeight.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[32m
|
|
47
|
-
[32m✓[39m src/components/Header/__tests__/Header.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m
|
|
48
|
-
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
49
|
-
[33m[2m✓[22m[39m calls onApply when the user clicks on the apply button [33m
|
|
50
|
-
[33m[2m✓[22m[39m calls onCancel when the user clicks on the cancel button [
|
|
51
|
-
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m
|
|
52
|
-
[33m[2m✓[22m[39m set end date same as start date if only one date is selected when clicking in the calendar [33m
|
|
53
|
-
[33m[2m✓[22m[39m calls onApply with the selected dates when typing in the inputs [33m
|
|
54
|
-
[32m✓[39m src/components/Table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m
|
|
55
|
-
|
|
56
|
-
[32m✓[39m src/components/
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
[32m✓[39m src/components/
|
|
62
|
-
[33m[2m✓[22m[39m
|
|
63
|
-
|
|
64
|
-
[32m✓[39m src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
65
|
-
[33m[2m✓[22m[39m
|
|
66
|
-
[33m[2m✓[22m[39m
|
|
67
|
-
|
|
68
|
-
[32m✓[39m src/components/Table/__tests__/
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 9[2mms[22m[39m
|
|
72
|
-
[32m✓[39m src/components/RadioCard/__tests__/RadioCard.component.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 464[2mms[22m[39m
|
|
22
|
+
[32m✓[39m src/components/Table/__tests__/use-persisted-column-visibility.spec.ts [2m([22m[2m15 tests[22m[2m)[22m[32m 69[2mms[22m[39m
|
|
23
|
+
[32m✓[39m src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 780[2mms[22m[39m
|
|
24
|
+
[32m✓[39m src/components/Table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 810[2mms[22m[39m
|
|
25
|
+
[33m[2m✓[22m[39m displays the label [33m 303[2mms[22m[39m
|
|
26
|
+
[32m✓[39m src/utils/__tests__/groupOptions.unit.spec.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 12[2mms[22m[39m
|
|
27
|
+
[32m✓[39m src/utils/__tests__/local-storage.spec.ts [2m([22m[2m25 tests[22m[2m)[22m[32m 18[2mms[22m[39m
|
|
28
|
+
[32m✓[39m src/components/CodeEditor/__tests__/CodeEditor.spec.tsx [2m([22m[2m10 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 826[2mms[22m[39m
|
|
29
|
+
[33m[2m✓[22m[39m renders the monaco editor, a copy to clipboard button and a search button [33m 373[2mms[22m[39m
|
|
30
|
+
[32m✓[39m src/components/Table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1031[2mms[22m[39m
|
|
31
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 12117[2mms[22m[39m
|
|
32
|
+
[33m[2m✓[22m[39m calls onChange when a date range is applied [33m 2407[2mms[22m[39m
|
|
33
|
+
[33m[2m✓[22m[39m calls onCancel when Cancel button is clicked [33m 373[2mms[22m[39m
|
|
34
|
+
[33m[2m✓[22m[39m applies the selected date range in uncontrolled mode [33m 2718[2mms[22m[39m
|
|
35
|
+
[33m[2m✓[22m[39m applies the selected date range in controlled mode [33m 2775[2mms[22m[39m
|
|
36
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 2156[2mms[22m[39m
|
|
37
|
+
[33m[2m✓[22m[39m calls onOpenedChange when popover state changes [33m 316[2mms[22m[39m
|
|
38
|
+
[32m✓[39m src/components/Table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 1184[2mms[22m[39m
|
|
39
|
+
[33m[2m✓[22m[39m goes back to the first page when changing the predicate [33m 763[2mms[22m[39m
|
|
40
|
+
[33m[2m✓[22m[39m sets the current predicate value in the url using the predicate id as key [33m 319[2mms[22m[39m
|
|
41
|
+
[32m✓[39m src/hooks/__tests__/useParentHeight.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[32m 96[2mms[22m[39m
|
|
42
|
+
[32m✓[39m src/components/Header/__tests__/Header.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 467[2mms[22m[39m
|
|
43
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 4088[2mms[22m[39m
|
|
44
|
+
[33m[2m✓[22m[39m calls onApply when the user clicks on the apply button [33m 751[2mms[22m[39m
|
|
45
|
+
[33m[2m✓[22m[39m calls onCancel when the user clicks on the cancel button [32m 300[2mms[22m[39m
|
|
46
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 911[2mms[22m[39m
|
|
47
|
+
[33m[2m✓[22m[39m set end date same as start date if only one date is selected when clicking in the calendar [33m 596[2mms[22m[39m
|
|
48
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when typing in the inputs [33m 1443[2mms[22m[39m
|
|
49
|
+
[32m✓[39m src/components/Table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 627[2mms[22m[39m
|
|
50
|
+
[32m✓[39m src/components/Button/__tests__/Button.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 539[2mms[22m[39m
|
|
51
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m([22m[2m4 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m 2020[2mms[22m[39m
|
|
52
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 1904[2mms[22m[39m
|
|
53
|
+
[32m✓[39m src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 2300[2mms[22m[39m
|
|
54
|
+
[33m[2m✓[22m[39m updates with the selected dates when choosing a preset [33m 466[2mms[22m[39m
|
|
55
|
+
[33m[2m✓[22m[39m can change the date and time [33m 1726[2mms[22m[39m
|
|
56
|
+
[32m✓[39m src/components/Table/__tests__/TableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3513[2mms[22m[39m
|
|
57
|
+
[33m[2m✓[22m[39m displays the initial dates [33m 324[2mms[22m[39m
|
|
58
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 3139[2mms[22m[39m
|
|
59
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 2910[2mms[22m[39m
|
|
60
|
+
[33m[2m✓[22m[39m updates when editing values [33m 1287[2mms[22m[39m
|
|
61
|
+
[33m[2m✓[22m[39m accepts minDate and maxDate props for start and end inputs [33m 1330[2mms[22m[39m
|
|
62
|
+
[32m✓[39m src/components/Table/__tests__/TableLastUpdated.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 383[2mms[22m[39m
|
|
63
|
+
[32m✓[39m src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 517[2mms[22m[39m
|
|
64
|
+
[33m[2m✓[22m[39m expands the rows when the user clicks on a cell [33m 395[2mms[22m[39m
|
|
65
|
+
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 14[2mms[22m[39m
|
|
73
66
|
[2m[90m↓[39m[22m src/utils/__tests__/overrideComponent.spec.tsx [2m([22m[2m1 test[22m[2m | [22m[33m1 skipped[39m[2m)[22m
|
|
74
|
-
[32m✓[39m src/components/
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
[32m✓[39m src/components/
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m
|
|
81
|
-
[32m✓[39m src/components/
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
[32m✓[39m src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
85
|
-
[32m✓[39m src/components/
|
|
86
|
-
[32m✓[39m src/
|
|
87
|
-
[32m✓[39m src/
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
[32m✓[39m src/components/Modal/__tests__/
|
|
91
|
-
[32m✓[39m src/components/
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
[32m✓[39m src/components/
|
|
95
|
-
|
|
96
|
-
[32m✓[39m src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[
|
|
97
|
-
|
|
98
|
-
[32m✓[39m src/components/
|
|
99
|
-
[32m✓[39m src/components/BlankSlate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 56[2mms[22m[39m
|
|
67
|
+
[32m✓[39m src/components/RadioCard/__tests__/RadioCard.component.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 434[2mms[22m[39m
|
|
68
|
+
[32m✓[39m src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 372[2mms[22m[39m
|
|
69
|
+
[33m[2m✓[22m[39m shows a tooltip when hovering over the disabled button [33m 334[2mms[22m[39m
|
|
70
|
+
[32m✓[39m src/components/LastUpdated/__tests__/LastUpdated.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[33m 305[2mms[22m[39m
|
|
71
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 634[2mms[22m[39m
|
|
72
|
+
[33m[2m✓[22m[39m calls onChange when selecting a preset [33m 492[2mms[22m[39m
|
|
73
|
+
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 25[2mms[22m[39m
|
|
74
|
+
[32m✓[39m src/components/ChildForm/__tests__/ChildForm.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[33m 407[2mms[22m[39m
|
|
75
|
+
[32m✓[39m src/components/Prompt/__tests__/Prompt.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 552[2mms[22m[39m
|
|
76
|
+
[33m[2m✓[22m[39m displays the title, body and close button [33m 312[2mms[22m[39m
|
|
77
|
+
[32m✓[39m src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 371[2mms[22m[39m
|
|
78
|
+
[32m✓[39m src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 405[2mms[22m[39m
|
|
79
|
+
[32m✓[39m src/components/StatusToken/__tests__/StatusToken.component.spec.tsx [2m([22m[2m10 tests[22m[2m)[22m[32m 290[2mms[22m[39m
|
|
80
|
+
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m1 test[22m[2m)[22m[32m 11[2mms[22m[39m
|
|
81
|
+
[32m✓[39m src/components/Input/__tests__/Input.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 329[2mms[22m[39m
|
|
82
|
+
[33m[2m✓[22m[39m renders LabelInfo inside the label prop and shows its tooltip content on hover [33m 322[2mms[22m[39m
|
|
83
|
+
[32m✓[39m src/components/Modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 230[2mms[22m[39m
|
|
84
|
+
[32m✓[39m src/components/Modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 123[2mms[22m[39m
|
|
85
|
+
[32m✓[39m src/components/Switch/__tests__/Switch.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[33m 361[2mms[22m[39m
|
|
86
|
+
[33m[2m✓[22m[39m shows Input.LabelInfo tooltip content when hovering the info token in the label [33m 357[2mms[22m[39m
|
|
87
|
+
[32m✓[39m src/components/Menu/__tests__/Menu.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 251[2mms[22m[39m
|
|
88
|
+
[32m✓[39m src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 275[2mms[22m[39m
|
|
89
|
+
[32m✓[39m src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 223[2mms[22m[39m
|
|
90
|
+
[32m✓[39m src/components/StickyFooter/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 54[2mms[22m[39m
|
|
91
|
+
[32m✓[39m src/components/BlankSlate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 52[2mms[22m[39m
|
|
100
92
|
|
|
101
93
|
[2m Test Files [22m [1m[32m50 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (51)[39m
|
|
102
94
|
[2m Tests [22m [1m[32m386 passed[39m[22m[2m | [22m[33m6 skipped[39m[90m (392)[39m
|
|
103
|
-
[2m Start at [22m
|
|
104
|
-
[2m Duration [22m
|
|
95
|
+
[2m Start at [22m 19:50:38
|
|
96
|
+
[2m Duration [22m 53.03s[2m (transform 2.20s, setup 8.78s, import 42.40s, tests 53.46s, environment 44.06s)[22m
|
|
105
97
|
|