@coveord/plasma-mantine 59.7.0 → 59.7.1
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 +3 -3
- package/.turbo/turbo-test.log +99 -95
- package/dist/.tsbuildinfo +1 -1
- package/dist/cjs/components/Table/Table.d.ts +46 -0
- package/dist/cjs/components/Table/Table.d.ts.map +1 -1
- package/dist/cjs/components/Table/Table.js +48 -17
- package/dist/cjs/components/Table/Table.js.map +1 -1
- package/dist/cjs/theme/Plasmantine.d.ts.map +1 -1
- package/dist/cjs/theme/Plasmantine.js +24 -4
- package/dist/cjs/theme/Plasmantine.js.map +1 -1
- package/dist/cjs/theme/Theme.d.ts.map +1 -1
- package/dist/cjs/theme/Theme.js +1 -9
- package/dist/cjs/theme/Theme.js.map +1 -1
- package/dist/esm/components/Table/Table.d.ts +46 -0
- package/dist/esm/components/Table/Table.d.ts.map +1 -1
- package/dist/esm/components/Table/Table.js +48 -17
- package/dist/esm/components/Table/Table.js.map +1 -1
- package/dist/esm/theme/Plasmantine.d.ts.map +1 -1
- package/dist/esm/theme/Plasmantine.js +22 -3
- package/dist/esm/theme/Plasmantine.js.map +1 -1
- package/dist/esm/theme/Theme.d.ts.map +1 -1
- package/dist/esm/theme/Theme.js +1 -9
- package/dist/esm/theme/Theme.js.map +1 -1
- package/package.json +3 -3
- package/src/__tests__/Utils.tsx +1 -17
- package/src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx +2 -2
- package/src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx +2 -2
- package/src/components/Table/Table.tsx +54 -6
- package/src/components/Table/__tests__/Table.spec.tsx +36 -0
- package/src/theme/Plasmantine.tsx +21 -3
- package/src/theme/Theme.tsx +0 -4
- package/src/theme/__tests__/Plasmantine.spec.tsx +48 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
$ node ../../scripts/build
|
|
2
|
-
(node:
|
|
2
|
+
(node:2784) [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.
|
|
3
3
|
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
4
|
-
Successfully compiled: 232 files, copied 73 files with swc (
|
|
5
|
-
Successfully compiled: 232 files, copied 73 files with swc (
|
|
4
|
+
Successfully compiled: 232 files, copied 73 files with swc (828.63ms)
|
|
5
|
+
Successfully compiled: 232 files, copied 73 files with swc (970ms)
|
|
6
6
|
✅
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -2,103 +2,107 @@ $ cross-env TZ=UTC vitest run --silent
|
|
|
2
2
|
|
|
3
3
|
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.5 [39m[90m/home/runner/work/plasma/plasma/packages/mantine[39m
|
|
4
4
|
|
|
5
|
-
[32m✓[39m src/components/Collection/__tests__/CollectionWithColumns.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m
|
|
6
|
-
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m
|
|
7
|
-
[32m✓[39m src/components/Table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m
|
|
8
|
-
[33m[2m✓[22m[39m renders the data using the RowLayout by default [33m
|
|
9
|
-
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[
|
|
10
|
-
[32m✓[39m src/components/Table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
11
|
-
[33m[2m✓[22m[39m calculates the number of pages based on the pageSize and the total number of entries [33m
|
|
12
|
-
[32m✓[39m src/components/Table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m
|
|
13
|
-
[33m[2m✓[22m[39m renders the column selector button in the actions column header when rowConfigurable is true [33m
|
|
14
|
-
[33m[2m✓[22m[39m renders all columns in the dropdown except control columns [33m
|
|
15
|
-
[33m[2m✓[22m[39m
|
|
16
|
-
[33m[2m✓[22m[39m
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
[33m[2m✓[22m[39m
|
|
20
|
-
[33m[2m✓[22m[39m
|
|
21
|
-
[33m[2m✓[22m[39m
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
[32m✓[39m src/
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
[32m✓[39m src/
|
|
30
|
-
[32m✓[39m src/
|
|
31
|
-
[32m✓[39m src/components/
|
|
32
|
-
|
|
33
|
-
[32m✓[39m src/
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
[33m[2m✓[22m[39m
|
|
38
|
-
|
|
39
|
-
[33m[2m✓[22m[39m
|
|
40
|
-
[33m[2m✓[22m[39m
|
|
41
|
-
[33m[2m✓[22m[39m applies the selected date range in uncontrolled mode [33m
|
|
42
|
-
[33m[2m✓[22m[39m applies the selected date range in controlled mode [33m
|
|
43
|
-
[33m[2m✓[22m[39m
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
[32m✓[39m src/
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
[33m[2m✓[22m[39m
|
|
53
|
-
[33m[2m✓[22m[39m calls
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
[33m[2m✓[22m[39m
|
|
57
|
-
[32m✓[39m src/components/
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
[33m[2m✓[22m[39m
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
[33m[2m✓[22m[39m
|
|
71
|
-
|
|
72
|
-
[32m✓[39m src/
|
|
73
|
-
|
|
5
|
+
[32m✓[39m src/components/Collection/__tests__/CollectionWithColumns.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 918[2mms[22m[39m
|
|
6
|
+
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 1464[2mms[22m[39m
|
|
7
|
+
[32m✓[39m src/components/Table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 2097[2mms[22m[39m
|
|
8
|
+
[33m[2m✓[22m[39m renders the data using the RowLayout by default [33m 347[2mms[22m[39m
|
|
9
|
+
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m14 tests[22m[2m)[22m[33m 1579[2mms[22m[39m
|
|
10
|
+
[32m✓[39m src/components/Table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 830[2mms[22m[39m
|
|
11
|
+
[33m[2m✓[22m[39m calculates the number of pages based on the pageSize and the total number of entries [33m 304[2mms[22m[39m
|
|
12
|
+
[32m✓[39m src/components/Table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 4427[2mms[22m[39m
|
|
13
|
+
[33m[2m✓[22m[39m renders the column selector button in the actions column header when rowConfigurable is true [33m 495[2mms[22m[39m
|
|
14
|
+
[33m[2m✓[22m[39m renders all columns in the dropdown except control columns [33m 554[2mms[22m[39m
|
|
15
|
+
[33m[2m✓[22m[39m renders all checkboxes checked by default [33m 321[2mms[22m[39m
|
|
16
|
+
[33m[2m✓[22m[39m hides a column when the user unchecks it [33m 470[2mms[22m[39m
|
|
17
|
+
[33m[2m✓[22m[39m shows a column when the user checks it [33m 430[2mms[22m[39m
|
|
18
|
+
[33m[2m✓[22m[39m renders a disabled checked checkbox for columns that are always visible [33m 309[2mms[22m[39m
|
|
19
|
+
[33m[2m✓[22m[39m renders a tooltip when hovering a disabled always visible column checkbox [33m 379[2mms[22m[39m
|
|
20
|
+
[33m[2m✓[22m[39m renders unchecked checkboxes for columns that are not visible in the initial state [33m 306[2mms[22m[39m
|
|
21
|
+
[33m[2m✓[22m[39m disables unchecked columns when the maximum number of visible columns is reached [33m 325[2mms[22m[39m
|
|
22
|
+
[33m[2m✓[22m[39m enables a disabled column when a visible column is hidden [33m 342[2mms[22m[39m
|
|
23
|
+
[32m✓[39m src/components/Facet/__tests__/Facet.component.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 2104[2mms[22m[39m
|
|
24
|
+
[32m✓[39m src/components/Table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1555[2mms[22m[39m
|
|
25
|
+
[33m[2m✓[22m[39m displays the actions when the row is selected [33m 547[2mms[22m[39m
|
|
26
|
+
[33m[2m✓[22m[39m displays the secondary actions when the row is selected and the user clicks on more [33m 377[2mms[22m[39m
|
|
27
|
+
[33m[2m✓[22m[39m passes down an array of selected rows [33m 358[2mms[22m[39m
|
|
28
|
+
[32m✓[39m src/hooks/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m70 tests[22m[2m)[22m[32m 188[2mms[22m[39m
|
|
29
|
+
[32m✓[39m src/components/Table/__tests__/use-persisted-column-visibility.spec.ts [2m([22m[2m15 tests[22m[2m)[22m[32m 85[2mms[22m[39m
|
|
30
|
+
[32m✓[39m src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 833[2mms[22m[39m
|
|
31
|
+
[32m✓[39m src/components/Table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 924[2mms[22m[39m
|
|
32
|
+
[32m✓[39m src/utils/__tests__/local-storage.spec.ts [2m([22m[2m25 tests[22m[2m)[22m[32m 22[2mms[22m[39m
|
|
33
|
+
[32m✓[39m src/utils/__tests__/groupOptions.unit.spec.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 26[2mms[22m[39m
|
|
34
|
+
[32m✓[39m src/components/Table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1162[2mms[22m[39m
|
|
35
|
+
[33m[2m✓[22m[39m displays the placeholder [33m 317[2mms[22m[39m
|
|
36
|
+
[32m✓[39m src/components/CodeEditor/__tests__/CodeEditor.spec.tsx [2m([22m[2m10 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 811[2mms[22m[39m
|
|
37
|
+
[33m[2m✓[22m[39m renders the monaco editor, a copy to clipboard button and a search button [33m 316[2mms[22m[39m
|
|
38
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 12484[2mms[22m[39m
|
|
39
|
+
[33m[2m✓[22m[39m calls onChange when a date range is applied [33m 2902[2mms[22m[39m
|
|
40
|
+
[33m[2m✓[22m[39m closes popover when Cancel is clicked [33m 325[2mms[22m[39m
|
|
41
|
+
[33m[2m✓[22m[39m applies the selected date range in uncontrolled mode [33m 2198[2mms[22m[39m
|
|
42
|
+
[33m[2m✓[22m[39m applies the selected date range in controlled mode [33m 2557[2mms[22m[39m
|
|
43
|
+
[33m[2m✓[22m[39m renders preset options in the popover [33m 303[2mms[22m[39m
|
|
44
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 2566[2mms[22m[39m
|
|
45
|
+
[33m[2m✓[22m[39m calls onOpenedChange when popover state changes [33m 306[2mms[22m[39m
|
|
46
|
+
[32m✓[39m src/components/Table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 1533[2mms[22m[39m
|
|
47
|
+
[33m[2m✓[22m[39m goes back to the first page when changing the predicate [33m 1050[2mms[22m[39m
|
|
48
|
+
[33m[2m✓[22m[39m sets the current predicate value in the url using the predicate id as key [33m 363[2mms[22m[39m
|
|
49
|
+
[32m✓[39m src/hooks/__tests__/useParentHeight.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[32m 63[2mms[22m[39m
|
|
50
|
+
[32m✓[39m src/components/Header/__tests__/Header.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 398[2mms[22m[39m
|
|
51
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 5365[2mms[22m[39m
|
|
52
|
+
[33m[2m✓[22m[39m calls onApply when the user clicks on the apply button [33m 736[2mms[22m[39m
|
|
53
|
+
[33m[2m✓[22m[39m calls onCancel when the user clicks on the cancel button [33m 346[2mms[22m[39m
|
|
54
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 1044[2mms[22m[39m
|
|
55
|
+
[33m[2m✓[22m[39m set end date same as start date if only one date is selected when clicking in the calendar [33m 526[2mms[22m[39m
|
|
56
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when typing in the inputs [33m 2598[2mms[22m[39m
|
|
57
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m([22m[2m4 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m 1355[2mms[22m[39m
|
|
58
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 1222[2mms[22m[39m
|
|
59
|
+
[32m✓[39m src/components/Table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 616[2mms[22m[39m
|
|
60
|
+
[33m[2m✓[22m[39m displays the sort icon for every sortable column [33m 316[2mms[22m[39m
|
|
61
|
+
[32m✓[39m src/components/Button/__tests__/Button.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 575[2mms[22m[39m
|
|
62
|
+
[32m✓[39m src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 2380[2mms[22m[39m
|
|
63
|
+
[33m[2m✓[22m[39m updates with the selected dates when choosing a preset [33m 448[2mms[22m[39m
|
|
64
|
+
[33m[2m✓[22m[39m can change the date and time [33m 1760[2mms[22m[39m
|
|
65
|
+
[32m✓[39m src/components/Table/__tests__/TableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 4799[2mms[22m[39m
|
|
66
|
+
[33m[2m✓[22m[39m displays the initial dates [33m 369[2mms[22m[39m
|
|
67
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 4379[2mms[22m[39m
|
|
68
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3037[2mms[22m[39m
|
|
69
|
+
[33m[2m✓[22m[39m renders an input for the start and an input for the end [33m 333[2mms[22m[39m
|
|
70
|
+
[33m[2m✓[22m[39m updates when editing values [33m 1255[2mms[22m[39m
|
|
71
|
+
[33m[2m✓[22m[39m accepts minDate and maxDate props for start and end inputs [33m 1445[2mms[22m[39m
|
|
72
|
+
[32m✓[39m src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 526[2mms[22m[39m
|
|
73
|
+
[33m[2m✓[22m[39m expands the rows when the user clicks on a cell [33m 408[2mms[22m[39m
|
|
74
|
+
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 11[2mms[22m[39m
|
|
75
|
+
[32m✓[39m src/components/Table/__tests__/TableLastUpdated.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 425[2mms[22m[39m
|
|
76
|
+
[32m✓[39m src/components/RadioCard/__tests__/RadioCard.component.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 472[2mms[22m[39m
|
|
74
77
|
[2m[90m↓[39m[22m src/utils/__tests__/overrideComponent.spec.tsx [2m([22m[2m1 test[22m[2m | [22m[33m1 skipped[39m[2m)[22m
|
|
75
|
-
[32m✓[39m src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
78
|
+
[32m✓[39m src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 341[2mms[22m[39m
|
|
76
79
|
[33m[2m✓[22m[39m shows a tooltip when hovering over the disabled button [33m 313[2mms[22m[39m
|
|
77
|
-
[32m✓[39m src/components/
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
[32m✓[39m src/
|
|
81
|
-
[32m✓[39m src/
|
|
82
|
-
[32m✓[39m src/
|
|
83
|
-
[32m✓[39m src/components/
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
[32m✓[39m src/components/
|
|
87
|
-
[32m✓[39m src/
|
|
88
|
-
[32m✓[39m src/
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
[32m✓[39m src/components/Modal/__tests__/
|
|
92
|
-
[32m✓[39m src/components/
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
[32m✓[39m src/components/
|
|
96
|
-
[32m✓[39m src/components/
|
|
97
|
-
[32m✓[39m src/components/StickyFooter/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
80
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 534[2mms[22m[39m
|
|
81
|
+
[33m[2m✓[22m[39m calls onChange when selecting a preset [33m 445[2mms[22m[39m
|
|
82
|
+
[32m✓[39m src/components/LastUpdated/__tests__/LastUpdated.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[33m 363[2mms[22m[39m
|
|
83
|
+
[32m✓[39m src/components/ChildForm/__tests__/ChildForm.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[33m 412[2mms[22m[39m
|
|
84
|
+
[32m✓[39m src/theme/__tests__/Plasmantine.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 82[2mms[22m[39m
|
|
85
|
+
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 27[2mms[22m[39m
|
|
86
|
+
[32m✓[39m src/components/Prompt/__tests__/Prompt.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 523[2mms[22m[39m
|
|
87
|
+
[33m[2m✓[22m[39m displays the title, body and close button [33m 309[2mms[22m[39m
|
|
88
|
+
[32m✓[39m src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 426[2mms[22m[39m
|
|
89
|
+
[32m✓[39m src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 381[2mms[22m[39m
|
|
90
|
+
[32m✓[39m src/components/StatusToken/__tests__/StatusToken.component.spec.tsx [2m([22m[2m10 tests[22m[2m)[22m[33m 331[2mms[22m[39m
|
|
91
|
+
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m1 test[22m[2m)[22m[32m 10[2mms[22m[39m
|
|
92
|
+
[32m✓[39m src/components/Input/__tests__/Input.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 379[2mms[22m[39m
|
|
93
|
+
[33m[2m✓[22m[39m renders LabelInfo inside the label prop and shows its tooltip content on hover [33m 372[2mms[22m[39m
|
|
94
|
+
[32m✓[39m src/components/Modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 231[2mms[22m[39m
|
|
95
|
+
[32m✓[39m src/components/Modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 71[2mms[22m[39m
|
|
96
|
+
[32m✓[39m src/components/Switch/__tests__/Switch.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[33m 424[2mms[22m[39m
|
|
97
|
+
[33m[2m✓[22m[39m shows Input.LabelInfo tooltip content when hovering the info token in the label [33m 414[2mms[22m[39m
|
|
98
|
+
[32m✓[39m src/components/Menu/__tests__/Menu.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 216[2mms[22m[39m
|
|
99
|
+
[32m✓[39m src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[33m 301[2mms[22m[39m
|
|
100
|
+
[32m✓[39m src/components/StickyFooter/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 64[2mms[22m[39m
|
|
101
|
+
[32m✓[39m src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 239[2mms[22m[39m
|
|
98
102
|
[32m✓[39m src/components/BlankSlate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 56[2mms[22m[39m
|
|
99
103
|
|
|
100
|
-
[2m Test Files [22m [1m[
|
|
101
|
-
[2m Tests [22m [1m[
|
|
102
|
-
[2m Start at [22m
|
|
103
|
-
[2m Duration [22m
|
|
104
|
+
[2m Test Files [22m [1m[32m51 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (52)[39m
|
|
105
|
+
[2m Tests [22m [1m[32m391 passed[39m[22m[2m | [22m[33m6 skipped[39m[90m (397)[39m
|
|
106
|
+
[2m Start at [22m 21:24:54
|
|
107
|
+
[2m Duration [22m 59.43s[2m (transform 2.17s, setup 9.59s, import 49.22s, tests 58.48s, environment 48.84s)[22m
|
|
104
108
|
|