@coveord/plasma-mantine 56.16.0 → 56.17.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.
Files changed (74) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/.turbo/turbo-test.log +113 -117
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/Accordion/Accordion.d.ts.map +1 -1
  5. package/dist/cjs/components/Accordion/Accordion.js +5 -0
  6. package/dist/cjs/components/Accordion/Accordion.js.map +1 -1
  7. package/dist/cjs/components/Table/Table.module.css +0 -4
  8. package/dist/cjs/components/Table/table-date-range-picker/TableDateRangePicker.d.ts.map +1 -1
  9. package/dist/cjs/components/Table/table-date-range-picker/TableDateRangePicker.js +1 -0
  10. package/dist/cjs/components/Table/table-date-range-picker/TableDateRangePicker.js.map +1 -1
  11. package/dist/cjs/components/Table/table-filter/TableFilter.js +1 -0
  12. package/dist/cjs/components/Table/table-filter/TableFilter.js.map +1 -1
  13. package/dist/cjs/components/Table/table-footer/TableFooter.js +1 -0
  14. package/dist/cjs/components/Table/table-footer/TableFooter.js.map +1 -1
  15. package/dist/cjs/components/Table/table-header/TableHeader.d.ts.map +1 -1
  16. package/dist/cjs/components/Table/table-header/TableHeader.js +2 -1
  17. package/dist/cjs/components/Table/table-header/TableHeader.js.map +1 -1
  18. package/dist/cjs/components/Table/table-last-updated/TableLastUpdated.d.ts.map +1 -1
  19. package/dist/cjs/components/Table/table-last-updated/TableLastUpdated.js +1 -0
  20. package/dist/cjs/components/Table/table-last-updated/TableLastUpdated.js.map +1 -1
  21. package/dist/cjs/components/Table/table-loading/TableLoading.js +1 -0
  22. package/dist/cjs/components/Table/table-loading/TableLoading.js.map +1 -1
  23. package/dist/cjs/components/Table/table-no-data/TableNoData.js +1 -0
  24. package/dist/cjs/components/Table/table-no-data/TableNoData.js.map +1 -1
  25. package/dist/cjs/components/Table/table-pagination/TablePagination.d.ts.map +1 -1
  26. package/dist/cjs/components/Table/table-pagination/TablePagination.js +1 -0
  27. package/dist/cjs/components/Table/table-pagination/TablePagination.js.map +1 -1
  28. package/dist/cjs/components/Table/table-per-page/TablePerPage.js +1 -0
  29. package/dist/cjs/components/Table/table-per-page/TablePerPage.js.map +1 -1
  30. package/dist/cjs/components/Table/table-predicate/TablePredicate.d.ts.map +1 -1
  31. package/dist/cjs/components/Table/table-predicate/TablePredicate.js +1 -0
  32. package/dist/cjs/components/Table/table-predicate/TablePredicate.js.map +1 -1
  33. package/dist/esm/components/Accordion/Accordion.d.ts.map +1 -1
  34. package/dist/esm/components/Accordion/Accordion.js +5 -0
  35. package/dist/esm/components/Accordion/Accordion.js.map +1 -1
  36. package/dist/esm/components/Table/Table.module.css +0 -4
  37. package/dist/esm/components/Table/table-date-range-picker/TableDateRangePicker.d.ts.map +1 -1
  38. package/dist/esm/components/Table/table-date-range-picker/TableDateRangePicker.js +1 -0
  39. package/dist/esm/components/Table/table-date-range-picker/TableDateRangePicker.js.map +1 -1
  40. package/dist/esm/components/Table/table-filter/TableFilter.js +1 -0
  41. package/dist/esm/components/Table/table-filter/TableFilter.js.map +1 -1
  42. package/dist/esm/components/Table/table-footer/TableFooter.js +1 -0
  43. package/dist/esm/components/Table/table-footer/TableFooter.js.map +1 -1
  44. package/dist/esm/components/Table/table-header/TableHeader.d.ts.map +1 -1
  45. package/dist/esm/components/Table/table-header/TableHeader.js +2 -1
  46. package/dist/esm/components/Table/table-header/TableHeader.js.map +1 -1
  47. package/dist/esm/components/Table/table-last-updated/TableLastUpdated.d.ts.map +1 -1
  48. package/dist/esm/components/Table/table-last-updated/TableLastUpdated.js +1 -0
  49. package/dist/esm/components/Table/table-last-updated/TableLastUpdated.js.map +1 -1
  50. package/dist/esm/components/Table/table-loading/TableLoading.js +1 -0
  51. package/dist/esm/components/Table/table-loading/TableLoading.js.map +1 -1
  52. package/dist/esm/components/Table/table-no-data/TableNoData.js +1 -0
  53. package/dist/esm/components/Table/table-no-data/TableNoData.js.map +1 -1
  54. package/dist/esm/components/Table/table-pagination/TablePagination.d.ts.map +1 -1
  55. package/dist/esm/components/Table/table-pagination/TablePagination.js +1 -0
  56. package/dist/esm/components/Table/table-pagination/TablePagination.js.map +1 -1
  57. package/dist/esm/components/Table/table-per-page/TablePerPage.js +1 -0
  58. package/dist/esm/components/Table/table-per-page/TablePerPage.js.map +1 -1
  59. package/dist/esm/components/Table/table-predicate/TablePredicate.d.ts.map +1 -1
  60. package/dist/esm/components/Table/table-predicate/TablePredicate.js +1 -0
  61. package/dist/esm/components/Table/table-predicate/TablePredicate.js.map +1 -1
  62. package/package.json +1 -1
  63. package/src/components/Accordion/Accordion.tsx +5 -0
  64. package/src/components/Table/Table.module.css +0 -4
  65. package/src/components/Table/table-date-range-picker/TableDateRangePicker.tsx +4 -1
  66. package/src/components/Table/table-filter/TableFilter.tsx +2 -0
  67. package/src/components/Table/table-footer/TableFooter.tsx +2 -0
  68. package/src/components/Table/table-header/TableHeader.tsx +4 -3
  69. package/src/components/Table/table-last-updated/TableLastUpdated.tsx +3 -3
  70. package/src/components/Table/table-loading/TableLoading.tsx +2 -0
  71. package/src/components/Table/table-no-data/TableNoData.tsx +2 -0
  72. package/src/components/Table/table-pagination/TablePagination.tsx +3 -1
  73. package/src/components/Table/table-per-page/TablePerPage.tsx +1 -0
  74. package/src/components/Table/table-predicate/TablePredicate.tsx +4 -1
@@ -1,9 +1,9 @@
1
1
 
2
- > @coveord/plasma-mantine@56.15.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.16.0 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3569) [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.
5
+ (node:3705) [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 (582.49ms)
8
- Successfully compiled: 216 files, copied 66 files with swc (604ms)
7
+ Successfully compiled: 216 files, copied 66 files with swc (499.13ms)
8
+ Successfully compiled: 216 files, copied 66 files with swc (642.12ms)
9
9
  ✅
@@ -1,129 +1,125 @@
1
1
 
2
- > @coveord/plasma-mantine@56.15.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.16.0 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > cross-env TZ=UTC vitest run --silent
4
4
 
5
5
 
6
6
   RUN  v4.0.15 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 2214ms
9
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2748ms
10
- ✓ reset row selection when user click outside the table  359ms
11
- ✓ handles switching layout  447ms
12
- ✓ does not clear the row selection when clicking outside the table  357ms
13
- ✓ unselects all the selected rows when clicking on the the unselect button from the table header  445ms
14
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4627ms
15
- ✓ renders the data using the RowLayout by default  573ms
16
- ✓ closes the opened collapsible when using the accordion column and the user expand a different row  467ms
17
- ✓ toggles row selection when clicking on a selected row  310ms
18
- ✓ allows selection of a different row if row selection is forced  352ms
19
- ✓ selects all rows of the current page when clicking on the checkbox that is in the column header  352ms
20
- ✓ prevents row selection if disableRowSelection is true  501ms
21
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1314ms
22
- ✓ calculates the number of pages based on the pageSize and the total number of entries  344ms
23
- ✓ changes the page when the pagination is client side  416ms
24
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3710ms
25
- ✓ displays the actions when the row is selected  717ms
26
- ✓ displays the secondary actions when the row is selected and the user clicks on more  1738ms
27
- ✓ passes down an array of selected rows  732ms
28
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 10043ms
29
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  761ms
30
- ✓ renders all columns in the dropdown except control columns  1198ms
31
- ✓ renders all checkboxes checked by default  874ms
32
- ✓ hides a column when the user unchecks it  965ms
33
- ✓ shows a column when the user checks it  963ms
34
- ✓ renders a disabled checked checkbox for columns that are always visible  653ms
35
- ✓ renders a tooltip when hovering a disabled always visible column checkbox  764ms
36
- ✓ renders unchecked checkboxes for columns that are not visible in the initial state  719ms
37
- ✓ disables unchecked columns when the maximum number of visible columns is reached  832ms
38
- ✓ renders a footer with the max columns message when maxSelectableColumns is set  665ms
39
- ✓ does not render a footer when maxSelectableColumns is not set  691ms
40
- ✓ enables a disabled column when a visible column is hidden  940ms
41
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 145ms
42
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 3541ms
43
- ✓ displays the count when it exists  451ms
44
- ✓ formats the count using the provided function  350ms
45
- ✓ handles keyboard navigation when there is no search  373ms
46
- ✓ ticks the checkboxes on click  348ms
47
- ✓ hides elements that do not match the user query  328ms
48
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1181ms
49
- ✓ displays the label  375ms
50
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1495ms
51
- ✓ calls the onClick prop when clicking on the menu item  394ms
52
- ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 9ms
53
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1488ms
54
- ✓ displays the placeholder  320ms
55
- ✓ goes back to the first page when changing the filter  394ms
56
- ✓ does not unselect rows that get filtered out  435ms
57
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 17277ms
58
- ✓ opens popover when input is clicked  503ms
59
- ✓ calls onChange when a date range is applied  3131ms
60
- ✓ closes popover when Cancel is clicked  702ms
61
- ✓ calls onCancel when Cancel button is clicked  665ms
62
- ✓ applies the selected date range in uncontrolled mode  3326ms
63
- ✓ applies the selected date range in controlled mode  3886ms
64
- ✓ renders preset options in the popover  1117ms
65
- ✓ sets the selected date range in the url  2663ms
66
- ✓ calls onOpenedChange when popover state changes  474ms
67
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 1022ms
68
- ✓ renders the monaco editor, a copy to clipboard button and a search button  378ms
69
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5777ms
70
- ✓ calls onApply when the user clicks on the apply button  985ms
71
- ✓ calls onCancel when the user clicks on the cancel button  529ms
72
- ✓ calls onApply with the selected dates when clicking in the calendar  1563ms
73
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  907ms
74
- ✓ calls onApply with the selected dates when typing in the inputs  1708ms
75
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 535ms
76
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 3340ms
77
- ✓ goes back to the first page when changing the predicate  2071ms
78
- ✓ sets the current predicate value in the url using the predicate id as key  1056ms
79
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 923ms
80
- ✓ displays the sort icon for every sortable column  368ms
81
- ✓ changes the sort icon when clicking on a table header  359ms
82
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4185ms
83
- ✓ calls onApply with the selected dates when clicking in the calendar  4051ms
84
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4834ms
85
- ✓ displays the initial dates  462ms
86
- ✓ sets the selected date range in the url  4277ms
87
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 5276ms
88
- ✓ updates with the selected dates when choosing a preset  1281ms
89
- ✓ can change the date and time  3842ms
90
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 812ms
91
- ✓ expands the rows when the user clicks on a cell  616ms
92
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3726ms
93
- ✓ renders an input for the start and an input for the end  356ms
94
- ✓ updates when editing values  1437ms
95
- ✓ accepts minDate and maxDate props for start and end inputs  1930ms
96
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 519ms
97
- ✓ displays the label and time  339ms
98
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 6ms
99
- ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 623ms
8
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 2094ms
9
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2508ms
10
+ ✓ reset row selection when user click outside the table  315ms
11
+ ✓ handles switching layout  449ms
12
+ ✓ does not clear the row selection when clicking outside the table  383ms
13
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4295ms
14
+ ✓ renders the data using the RowLayout by default  566ms
15
+ ✓ closes the opened collapsible when using the accordion column and the user expand a different row  427ms
16
+ ✓ allows selection of a different row if row selection is forced  314ms
17
+ ✓ selects all rows of the current page when clicking on the checkbox that is in the column header  323ms
18
+ ✓ prevents row selection if disableRowSelection is true  466ms
19
+ ✓ prevents click on checkboxes if disableRowSelection is true  305ms
20
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1335ms
21
+ ✓ calculates the number of pages based on the pageSize and the total number of entries  364ms
22
+ ✓ changes the page when the pagination is client side  433ms
23
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3574ms
24
+ ✓ displays the actions when the row is selected  649ms
25
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  1627ms
26
+ ✓ passes down an array of selected rows  740ms
27
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 10167ms
28
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  675ms
29
+ ✓ renders all columns in the dropdown except control columns  1146ms
30
+ ✓ renders all checkboxes checked by default  817ms
31
+ ✓ hides a column when the user unchecks it  988ms
32
+ ✓ shows a column when the user checks it  960ms
33
+ ✓ renders a disabled checked checkbox for columns that are always visible  733ms
34
+ ✓ renders a tooltip when hovering a disabled always visible column checkbox  767ms
35
+ ✓ renders unchecked checkboxes for columns that are not visible in the initial state  831ms
36
+ ✓ disables unchecked columns when the maximum number of visible columns is reached  923ms
37
+ ✓ renders a footer with the max columns message when maxSelectableColumns is set  777ms
38
+ ✓ does not render a footer when maxSelectableColumns is not set  696ms
39
+ ✓ enables a disabled column when a visible column is hidden  834ms
40
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 3629ms
41
+ ✓ displays the count when it exists  487ms
42
+ ✓ formats the count using the provided function  351ms
43
+ ✓ handles keyboard navigation when there is no search  404ms
44
+ ✓ ticks the checkboxes on click  335ms
45
+ ✓ hides elements that do not match the user query  383ms
46
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 140ms
47
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1389ms
48
+ ✓ calls the onClick prop when clicking on the menu item  306ms
49
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1115ms
50
+ ✓ displays the label  333ms
51
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 8ms
52
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1619ms
53
+ ✓ goes back to the first page when changing the filter  376ms
54
+ ✓ does not unselect rows that get filtered out  522ms
55
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 16583ms
56
+ ✓ renders with placeholder text when no date range is selected  340ms
57
+ ✓ opens popover when input is clicked  492ms
58
+ ✓ calls onChange when a date range is applied  2893ms
59
+ ✓ closes popover when Cancel is clicked  696ms
60
+ ✓ calls onCancel when Cancel button is clicked  631ms
61
+ ✓ applies the selected date range in uncontrolled mode  2973ms
62
+ ✓ applies the selected date range in controlled mode  3643ms
63
+ ✓ renders preset options in the popover  1048ms
64
+ ✓ sets the selected date range in the url  2798ms
65
+ ✓ calls onOpenedChange when popover state changes  526ms
66
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 1011ms
67
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  388ms
68
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5848ms
69
+ ✓ calls onApply when the user clicks on the apply button  877ms
70
+ ✓ calls onCancel when the user clicks on the cancel button  494ms
71
+ ✓ calls onApply with the selected dates when clicking in the calendar  1696ms
72
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  972ms
73
+ ✓ calls onApply with the selected dates when typing in the inputs  1731ms
74
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 564ms
75
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 3319ms
76
+ ✓ goes back to the first page when changing the predicate  1798ms
77
+ ✓ sets the current predicate value in the url using the predicate id as key  1309ms
78
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 974ms
79
+ ✓ displays the sort icon for every sortable column  411ms
80
+ ✓ changes the sort icon when clicking on a table header  355ms
81
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4474ms
82
+ ✓ calls onApply with the selected dates when clicking in the calendar  4324ms
83
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4543ms
84
+ ✓ displays the initial dates  383ms
85
+ ✓ sets the selected date range in the url  4077ms
86
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 4710ms
87
+ ✓ updates with the selected dates when choosing a preset  1134ms
88
+ ✓ can change the date and time  3453ms
89
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 747ms
90
+ ✓ expands the rows when the user clicks on a cell  595ms
91
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 516ms
92
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3783ms
93
+ ✓ renders an input for the start and an input for the end  307ms
94
+ ✓ updates when editing values  1511ms
95
+ ✓ accepts minDate and maxDate props for start and end inputs  1962ms
96
+ ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 535ms
97
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 10ms
100
98
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
101
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 547ms
102
- ✓ shows a tooltip when hovering over the disabled button  488ms
103
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 1189ms
104
- ✓ calls onChange when selecting a preset  979ms
99
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 524ms
100
+ ✓ shows a tooltip when hovering over the disabled button  460ms
105
101
  ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 460ms
106
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 50ms
107
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 757ms
108
- ✓ displays the title, body and close button  373ms
109
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 631ms
110
- ✓ displays only a button by default  302ms
111
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 599ms
112
- ✓ renders the specified text as the header tooltip content  501ms
113
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 12ms
114
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 522ms
115
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 372ms
116
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 285ms
117
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (3 tests) 341ms
118
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 81ms
119
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 266ms
120
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 328ms
121
- ✓ should call handleSearch when the search button is clicked  324ms
122
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 51ms
123
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 51ms
102
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 1108ms
103
+ ✓ calls onChange when selecting a preset  897ms
104
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 33ms
105
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 731ms
106
+ ✓ displays the title, body and close button  305ms
107
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 617ms
108
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 16ms
109
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 494ms
110
+ ✓ renders the specified text as the header tooltip content  405ms
111
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 579ms
112
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 347ms
113
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 276ms
114
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (3 tests) 295ms
115
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 72ms
116
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 248ms
117
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 299ms
118
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 52ms
119
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 49ms
124
120
 
125
121
   Test Files  43 passed | 1 skipped (44)
126
122
   Tests  310 passed | 6 skipped (316)
127
-  Start at  19:48:18
128
-  Duration  63.98s (transform 2.05s, setup 10.74s, import 50.62s, tests 87.91s, environment 32.45s)
123
+  Start at  19:44:49
124
+  Duration  62.71s (transform 1.86s, setup 10.34s, import 50.63s, tests 85.69s, environment 32.01s)
129
125