@coveord/plasma-mantine 57.1.0 → 57.2.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 +100 -98
- package/dist/.tsbuildinfo +1 -1
- package/dist/cjs/components/AppShell/AppShell.d.ts +8 -1
- package/dist/cjs/components/AppShell/AppShell.d.ts.map +1 -1
- package/dist/cjs/components/AppShell/AppShell.js +27 -1
- package/dist/cjs/components/AppShell/AppShell.js.map +1 -1
- package/dist/cjs/components/AppShell/AppShell.module.css +4 -0
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles/AppShell.module.css +4 -0
- package/dist/cjs/theme/Theme.d.ts.map +1 -1
- package/dist/cjs/theme/Theme.js +13 -0
- package/dist/cjs/theme/Theme.js.map +1 -1
- package/dist/esm/components/AppShell/AppShell.d.ts +8 -1
- package/dist/esm/components/AppShell/AppShell.d.ts.map +1 -1
- package/dist/esm/components/AppShell/AppShell.js +15 -3
- package/dist/esm/components/AppShell/AppShell.js.map +1 -1
- package/dist/esm/components/AppShell/AppShell.module.css +4 -0
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles/AppShell.module.css +4 -0
- package/dist/esm/theme/Theme.d.ts.map +1 -1
- package/dist/esm/theme/Theme.js +13 -0
- package/dist/esm/theme/Theme.js.map +1 -1
- package/package.json +3 -3
- package/src/components/AppShell/AppShell.module.css +4 -0
- package/src/components/AppShell/AppShell.tsx +27 -0
- package/src/index.ts +3 -3
- package/src/styles/AppShell.module.css +4 -0
- package/src/theme/Theme.tsx +8 -0
- package/src/components/AppShell/AppShell.ts +0 -11
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@57.
|
|
2
|
+
> @coveord/plasma-mantine@57.1.0 build /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> node ../../scripts/build
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:3950) [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
|
|
8
|
-
Successfully compiled: 232 files, copied
|
|
7
|
+
Successfully compiled: 232 files, copied 70 files with swc (639.39ms)
|
|
8
|
+
Successfully compiled: 232 files, copied 70 files with swc (694.95ms)
|
|
9
9
|
✅
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,110 +1,112 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@57.
|
|
2
|
+
> @coveord/plasma-mantine@57.1.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.18 [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
|
-
[33m[2m✓[22m[39m removes the item when clicking on its remove button [
|
|
11
|
-
[32m✓[39m src/components/Table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m
|
|
12
|
-
[33m[2m✓[22m[39m renders the data using the RowLayout by default [33m
|
|
13
|
-
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m
|
|
14
|
-
[33m[2m✓[22m[39m unselects all the selected rows when clicking on the the unselect button from the table header [33m
|
|
15
|
-
[32m✓[39m src/components/Table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
16
|
-
[33m[2m✓[22m[39m calculates the number of pages based on the pageSize and the total number of entries [33m
|
|
17
|
-
[32m✓[39m src/components/Table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m
|
|
18
|
-
[33m[2m✓[22m[39m renders the column selector button in the actions column header when rowConfigurable is true [33m
|
|
19
|
-
[33m[2m✓[22m[39m renders all columns in the dropdown except control columns [33m
|
|
20
|
-
[33m[2m✓[22m[39m renders all checkboxes checked by default [33m
|
|
21
|
-
[33m[2m✓[22m[39m hides a column when the user unchecks it [33m
|
|
22
|
-
[33m[2m✓[22m[39m shows a column when the user checks it [33m
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
[33m[2m✓[22m[39m
|
|
30
|
-
[32m✓[39m src/
|
|
31
|
-
|
|
32
|
-
[33m[2m✓[22m[39m
|
|
33
|
-
|
|
34
|
-
[32m✓[39m src/
|
|
35
|
-
[32m✓[39m src/components/
|
|
36
|
-
|
|
37
|
-
[32m✓[39m src/
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
[32m✓[39m src/components/
|
|
41
|
-
[33m[2m✓[22m[39m
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
[33m[2m✓[22m[39m
|
|
45
|
-
|
|
46
|
-
[33m[2m✓[22m[39m calls
|
|
47
|
-
[33m[2m✓[22m[39m
|
|
48
|
-
[33m[2m✓[22m[39m
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
[32m✓[39m src/
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
[33m[2m✓[22m[39m calls onApply
|
|
60
|
-
[33m[2m✓[22m[39m
|
|
61
|
-
[33m[2m✓[22m[39m calls onApply with the selected dates when
|
|
62
|
-
|
|
63
|
-
[33m[2m✓[22m[39m
|
|
64
|
-
[32m✓[39m src/components/Table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m
|
|
65
|
-
|
|
66
|
-
[32m✓[39m src/components/
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
[33m[2m✓[22m[39m
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
[33m[2m✓[22m[39m
|
|
77
|
-
|
|
8
|
+
[32m✓[39m src/components/Collection/__tests__/CollectionWithColumns.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 993[2mms[22m[39m
|
|
9
|
+
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 1640[2mms[22m[39m
|
|
10
|
+
[33m[2m✓[22m[39m removes the item when clicking on its remove button [33m 316[2mms[22m[39m
|
|
11
|
+
[32m✓[39m src/components/Table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 2587[2mms[22m[39m
|
|
12
|
+
[33m[2m✓[22m[39m renders the data using the RowLayout by default [33m 378[2mms[22m[39m
|
|
13
|
+
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 1783[2mms[22m[39m
|
|
14
|
+
[33m[2m✓[22m[39m unselects all the selected rows when clicking on the the unselect button from the table header [33m 365[2mms[22m[39m
|
|
15
|
+
[32m✓[39m src/components/Table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 967[2mms[22m[39m
|
|
16
|
+
[33m[2m✓[22m[39m calculates the number of pages based on the pageSize and the total number of entries [33m 386[2mms[22m[39m
|
|
17
|
+
[32m✓[39m src/components/Table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 5015[2mms[22m[39m
|
|
18
|
+
[33m[2m✓[22m[39m renders the column selector button in the actions column header when rowConfigurable is true [33m 552[2mms[22m[39m
|
|
19
|
+
[33m[2m✓[22m[39m renders all columns in the dropdown except control columns [33m 508[2mms[22m[39m
|
|
20
|
+
[33m[2m✓[22m[39m renders all checkboxes checked by default [33m 416[2mms[22m[39m
|
|
21
|
+
[33m[2m✓[22m[39m hides a column when the user unchecks it [33m 452[2mms[22m[39m
|
|
22
|
+
[33m[2m✓[22m[39m shows a column when the user checks it [33m 367[2mms[22m[39m
|
|
23
|
+
[33m[2m✓[22m[39m renders a disabled checked checkbox for columns that are always visible [33m 311[2mms[22m[39m
|
|
24
|
+
[33m[2m✓[22m[39m renders a tooltip when hovering a disabled always visible column checkbox [33m 407[2mms[22m[39m
|
|
25
|
+
[33m[2m✓[22m[39m renders unchecked checkboxes for columns that are not visible in the initial state [33m 404[2mms[22m[39m
|
|
26
|
+
[33m[2m✓[22m[39m disables unchecked columns when the maximum number of visible columns is reached [33m 440[2mms[22m[39m
|
|
27
|
+
[33m[2m✓[22m[39m renders a footer with the max columns message when maxSelectableColumns is set [33m 346[2mms[22m[39m
|
|
28
|
+
[33m[2m✓[22m[39m does not render a footer when maxSelectableColumns is not set [33m 328[2mms[22m[39m
|
|
29
|
+
[33m[2m✓[22m[39m enables a disabled column when a visible column is hidden [33m 472[2mms[22m[39m
|
|
30
|
+
[32m✓[39m src/components/Table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1945[2mms[22m[39m
|
|
31
|
+
[33m[2m✓[22m[39m displays the actions when the row is selected [33m 542[2mms[22m[39m
|
|
32
|
+
[33m[2m✓[22m[39m displays the secondary actions when the row is selected and the user clicks on more [33m 652[2mms[22m[39m
|
|
33
|
+
[33m[2m✓[22m[39m passes down an array of selected rows [33m 459[2mms[22m[39m
|
|
34
|
+
[32m✓[39m src/hooks/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m70 tests[22m[2m)[22m[32m 189[2mms[22m[39m
|
|
35
|
+
[32m✓[39m src/components/Facet/__tests__/Facet.component.spec.tsx [2m([22m[2m15 tests[22m[2m)[22m[33m 2483[2mms[22m[39m
|
|
36
|
+
[32m✓[39m src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 904[2mms[22m[39m
|
|
37
|
+
[32m✓[39m src/utils/__tests__/groupOptions.unit.spec.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 7[2mms[22m[39m
|
|
38
|
+
[32m✓[39m src/components/Table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 889[2mms[22m[39m
|
|
39
|
+
[33m[2m✓[22m[39m displays the label [33m 333[2mms[22m[39m
|
|
40
|
+
[32m✓[39m src/components/Table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1170[2mms[22m[39m
|
|
41
|
+
[33m[2m✓[22m[39m displays the placeholder [33m 340[2mms[22m[39m
|
|
42
|
+
[33m[2m✓[22m[39m does not unselect rows that get filtered out [33m 341[2mms[22m[39m
|
|
43
|
+
[32m✓[39m src/components/CodeEditor/__tests__/CodeEditor.spec.tsx [2m([22m[2m10 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 788[2mms[22m[39m
|
|
44
|
+
[33m[2m✓[22m[39m renders the monaco editor, a copy to clipboard button and a search button [33m 331[2mms[22m[39m
|
|
45
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 14706[2mms[22m[39m
|
|
46
|
+
[33m[2m✓[22m[39m calls onChange when a date range is applied [33m 3182[2mms[22m[39m
|
|
47
|
+
[33m[2m✓[22m[39m closes popover when Cancel is clicked [33m 454[2mms[22m[39m
|
|
48
|
+
[33m[2m✓[22m[39m calls onCancel when Cancel button is clicked [33m 430[2mms[22m[39m
|
|
49
|
+
[33m[2m✓[22m[39m applies the selected date range in uncontrolled mode [33m 2976[2mms[22m[39m
|
|
50
|
+
[33m[2m✓[22m[39m applies the selected date range in controlled mode [33m 3574[2mms[22m[39m
|
|
51
|
+
[33m[2m✓[22m[39m renders preset options in the popover [33m 421[2mms[22m[39m
|
|
52
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 2323[2mms[22m[39m
|
|
53
|
+
[33m[2m✓[22m[39m calls onOpenedChange when popover state changes [33m 423[2mms[22m[39m
|
|
54
|
+
[32m✓[39m src/components/Table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 1379[2mms[22m[39m
|
|
55
|
+
[33m[2m✓[22m[39m goes back to the first page when changing the predicate [33m 957[2mms[22m[39m
|
|
56
|
+
[32m✓[39m src/hooks/__tests__/useParentHeight.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[32m 54[2mms[22m[39m
|
|
57
|
+
[32m✓[39m src/components/Header/__tests__/Header.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 409[2mms[22m[39m
|
|
58
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 4760[2mms[22m[39m
|
|
59
|
+
[33m[2m✓[22m[39m calls onApply when the user clicks on the apply button [33m 751[2mms[22m[39m
|
|
60
|
+
[33m[2m✓[22m[39m calls onCancel when the user clicks on the cancel button [33m 344[2mms[22m[39m
|
|
61
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 1129[2mms[22m[39m
|
|
62
|
+
[33m[2m✓[22m[39m set end date same as start date if only one date is selected when clicking in the calendar [33m 645[2mms[22m[39m
|
|
63
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when typing in the inputs [33m 1756[2mms[22m[39m
|
|
64
|
+
[32m✓[39m src/components/Table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 609[2mms[22m[39m
|
|
65
|
+
[32m✓[39m src/components/Button/__tests__/Button.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 515[2mms[22m[39m
|
|
66
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m([22m[2m4 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m 2580[2mms[22m[39m
|
|
67
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 2474[2mms[22m[39m
|
|
68
|
+
[32m✓[39m src/components/Table/__tests__/TableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 4194[2mms[22m[39m
|
|
69
|
+
[33m[2m✓[22m[39m displays the initial dates [33m 360[2mms[22m[39m
|
|
70
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 3780[2mms[22m[39m
|
|
71
|
+
[32m✓[39m src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 2598[2mms[22m[39m
|
|
72
|
+
[33m[2m✓[22m[39m updates with the selected dates when choosing a preset [33m 488[2mms[22m[39m
|
|
73
|
+
[33m[2m✓[22m[39m can change the date and time [33m 1960[2mms[22m[39m
|
|
74
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3137[2mms[22m[39m
|
|
75
|
+
[33m[2m✓[22m[39m renders an input for the start and an input for the end [33m 351[2mms[22m[39m
|
|
76
|
+
[33m[2m✓[22m[39m updates when editing values [33m 1274[2mms[22m[39m
|
|
77
|
+
[33m[2m✓[22m[39m accepts minDate and maxDate props for start and end inputs [33m 1509[2mms[22m[39m
|
|
78
|
+
[32m✓[39m src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 617[2mms[22m[39m
|
|
79
|
+
[33m[2m✓[22m[39m expands the rows when the user clicks on a cell [33m 477[2mms[22m[39m
|
|
80
|
+
[32m✓[39m src/components/Table/__tests__/TableLastUpdated.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 438[2mms[22m[39m
|
|
78
81
|
[33m[2m✓[22m[39m displays the label and time [33m 312[2mms[22m[39m
|
|
79
|
-
[32m✓[39m src/
|
|
80
|
-
[33m[2m✓[22m[39m updates when editing values [33m 1486[2mms[22m[39m
|
|
81
|
-
[33m[2m✓[22m[39m accepts minDate and maxDate props for start and end inputs [33m 1948[2mms[22m[39m
|
|
82
|
-
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 7[2mms[22m[39m
|
|
82
|
+
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 12[2mms[22m[39m
|
|
83
83
|
[2m[90m↓[39m[22m src/utils/__tests__/overrideComponent.spec.tsx [2m([22m[2m1 test[22m[2m | [22m[33m1 skipped[39m[2m)[22m
|
|
84
|
-
[32m✓[39m src/components/RadioCard/__tests__/RadioCard.component.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m
|
|
85
|
-
[32m✓[39m src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
86
|
-
[33m[2m✓[22m[39m shows a tooltip when hovering over the disabled button [33m
|
|
87
|
-
[32m✓[39m src/components/
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
[32m✓[39m src/
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
[32m✓[39m src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
94
|
-
[32m✓[39m src/
|
|
95
|
-
|
|
96
|
-
[32m✓[39m src/
|
|
97
|
-
[32m✓[39m src/components/
|
|
98
|
-
[32m✓[39m src/components/
|
|
99
|
-
[32m✓[39m src/components/Modal/__tests__/
|
|
100
|
-
[32m✓[39m src/components/
|
|
101
|
-
[32m✓[39m src/components/
|
|
102
|
-
[32m✓[39m src/components/
|
|
103
|
-
|
|
104
|
-
[32m✓[39m src/components/
|
|
84
|
+
[32m✓[39m src/components/RadioCard/__tests__/RadioCard.component.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 450[2mms[22m[39m
|
|
85
|
+
[32m✓[39m src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 411[2mms[22m[39m
|
|
86
|
+
[33m[2m✓[22m[39m shows a tooltip when hovering over the disabled button [33m 379[2mms[22m[39m
|
|
87
|
+
[32m✓[39m src/components/LastUpdated/__tests__/LastUpdated.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[33m 400[2mms[22m[39m
|
|
88
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 730[2mms[22m[39m
|
|
89
|
+
[33m[2m✓[22m[39m calls onChange when selecting a preset [33m 574[2mms[22m[39m
|
|
90
|
+
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 32[2mms[22m[39m
|
|
91
|
+
[32m✓[39m src/components/Prompt/__tests__/Prompt.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 597[2mms[22m[39m
|
|
92
|
+
[33m[2m✓[22m[39m displays the title, body and close button [33m 327[2mms[22m[39m
|
|
93
|
+
[32m✓[39m src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 491[2mms[22m[39m
|
|
94
|
+
[32m✓[39m src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 461[2mms[22m[39m
|
|
95
|
+
[33m[2m✓[22m[39m renders the specified text as the header tooltip content [33m 356[2mms[22m[39m
|
|
96
|
+
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m1 test[22m[2m)[22m[32m 9[2mms[22m[39m
|
|
97
|
+
[32m✓[39m src/components/StatusToken/__tests__/StatusToken.component.spec.tsx [2m([22m[2m10 tests[22m[2m)[22m[33m 385[2mms[22m[39m
|
|
98
|
+
[32m✓[39m src/components/ChildForm/__tests__/ChildForm.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 273[2mms[22m[39m
|
|
99
|
+
[32m✓[39m src/components/Modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 325[2mms[22m[39m
|
|
100
|
+
[32m✓[39m src/components/Modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 85[2mms[22m[39m
|
|
101
|
+
[32m✓[39m src/components/Menu/__tests__/Menu.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 236[2mms[22m[39m
|
|
102
|
+
[32m✓[39m src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[33m 362[2mms[22m[39m
|
|
103
|
+
[33m[2m✓[22m[39m renders start and end date in correct format [33m 359[2mms[22m[39m
|
|
104
|
+
[32m✓[39m src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 259[2mms[22m[39m
|
|
105
|
+
[32m✓[39m src/components/StickyFooter/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 53[2mms[22m[39m
|
|
106
|
+
[32m✓[39m src/components/BlankSlate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 51[2mms[22m[39m
|
|
105
107
|
|
|
106
108
|
[2m Test Files [22m [1m[32m46 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (47)[39m
|
|
107
109
|
[2m Tests [22m [1m[32m338 passed[39m[22m[2m | [22m[33m6 skipped[39m[90m (344)[39m
|
|
108
|
-
[2m Start at [22m
|
|
109
|
-
[2m Duration [22m
|
|
110
|
+
[2m Start at [22m 15:45:11
|
|
111
|
+
[2m Duration [22m 54.57s[2m (transform 2.05s, setup 9.07s, import 47.13s, tests 62.98s, environment 34.29s)[22m
|
|
110
112
|
|