@coveord/plasma-mantine 57.0.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.
Files changed (84) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/.turbo/turbo-test.log +102 -105
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/ActionIcon/ActionIcon.d.ts +6 -2
  5. package/dist/cjs/components/ActionIcon/ActionIcon.d.ts.map +1 -1
  6. package/dist/cjs/components/ActionIcon/ActionIcon.js.map +1 -1
  7. package/dist/cjs/components/AppShell/AppShell.d.ts +8 -1
  8. package/dist/cjs/components/AppShell/AppShell.d.ts.map +1 -1
  9. package/dist/cjs/components/AppShell/AppShell.js +27 -1
  10. package/dist/cjs/components/AppShell/AppShell.js.map +1 -1
  11. package/dist/cjs/components/AppShell/AppShell.module.css +4 -0
  12. package/dist/cjs/components/Button/Button.d.ts +6 -2
  13. package/dist/cjs/components/Button/Button.d.ts.map +1 -1
  14. package/dist/cjs/components/Button/Button.js.map +1 -1
  15. package/dist/cjs/components/DateTimeRangePicker/DateTimeRangePicker.d.ts +2 -2
  16. package/dist/cjs/components/DateTimeRangePicker/DateTimeRangePicker.d.ts.map +1 -1
  17. package/dist/cjs/components/DateTimeRangePicker/DateTimeRangePicker.js +12 -7
  18. package/dist/cjs/components/DateTimeRangePicker/DateTimeRangePicker.js.map +1 -1
  19. package/dist/cjs/components/DateTimeRangePicker/EditableDateTimeRangePicker.d.ts +9 -1
  20. package/dist/cjs/components/DateTimeRangePicker/EditableDateTimeRangePicker.d.ts.map +1 -1
  21. package/dist/cjs/components/DateTimeRangePicker/EditableDateTimeRangePicker.js +5 -1
  22. package/dist/cjs/components/DateTimeRangePicker/EditableDateTimeRangePicker.js.map +1 -1
  23. package/dist/cjs/hooks/useClickWithLoading.d.ts +8 -1
  24. package/dist/cjs/hooks/useClickWithLoading.d.ts.map +1 -1
  25. package/dist/cjs/hooks/useClickWithLoading.js.map +1 -1
  26. package/dist/cjs/index.d.ts +3 -2
  27. package/dist/cjs/index.d.ts.map +1 -1
  28. package/dist/cjs/index.js.map +1 -1
  29. package/dist/cjs/styles/AppShell.module.css +4 -0
  30. package/dist/cjs/styles/Input.module.css +1 -3
  31. package/dist/cjs/styles/NumberInput.module.css +2 -0
  32. package/dist/cjs/styles/Tooltip.module.css +1 -1
  33. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  34. package/dist/cjs/theme/Theme.js +14 -2
  35. package/dist/cjs/theme/Theme.js.map +1 -1
  36. package/dist/esm/components/ActionIcon/ActionIcon.d.ts +6 -2
  37. package/dist/esm/components/ActionIcon/ActionIcon.d.ts.map +1 -1
  38. package/dist/esm/components/ActionIcon/ActionIcon.js.map +1 -1
  39. package/dist/esm/components/AppShell/AppShell.d.ts +8 -1
  40. package/dist/esm/components/AppShell/AppShell.d.ts.map +1 -1
  41. package/dist/esm/components/AppShell/AppShell.js +15 -3
  42. package/dist/esm/components/AppShell/AppShell.js.map +1 -1
  43. package/dist/esm/components/AppShell/AppShell.module.css +4 -0
  44. package/dist/esm/components/Button/Button.d.ts +6 -2
  45. package/dist/esm/components/Button/Button.d.ts.map +1 -1
  46. package/dist/esm/components/Button/Button.js.map +1 -1
  47. package/dist/esm/components/DateTimeRangePicker/DateTimeRangePicker.d.ts +2 -2
  48. package/dist/esm/components/DateTimeRangePicker/DateTimeRangePicker.d.ts.map +1 -1
  49. package/dist/esm/components/DateTimeRangePicker/DateTimeRangePicker.js +2 -3
  50. package/dist/esm/components/DateTimeRangePicker/DateTimeRangePicker.js.map +1 -1
  51. package/dist/esm/components/DateTimeRangePicker/EditableDateTimeRangePicker.d.ts +9 -1
  52. package/dist/esm/components/DateTimeRangePicker/EditableDateTimeRangePicker.d.ts.map +1 -1
  53. package/dist/esm/components/DateTimeRangePicker/EditableDateTimeRangePicker.js +5 -1
  54. package/dist/esm/components/DateTimeRangePicker/EditableDateTimeRangePicker.js.map +1 -1
  55. package/dist/esm/hooks/useClickWithLoading.d.ts +8 -1
  56. package/dist/esm/hooks/useClickWithLoading.d.ts.map +1 -1
  57. package/dist/esm/hooks/useClickWithLoading.js.map +1 -1
  58. package/dist/esm/index.d.ts +3 -2
  59. package/dist/esm/index.d.ts.map +1 -1
  60. package/dist/esm/index.js.map +1 -1
  61. package/dist/esm/styles/AppShell.module.css +4 -0
  62. package/dist/esm/styles/Input.module.css +1 -3
  63. package/dist/esm/styles/NumberInput.module.css +2 -0
  64. package/dist/esm/styles/Tooltip.module.css +1 -1
  65. package/dist/esm/theme/Theme.d.ts.map +1 -1
  66. package/dist/esm/theme/Theme.js +14 -2
  67. package/dist/esm/theme/Theme.js.map +1 -1
  68. package/package.json +3 -3
  69. package/src/components/ActionIcon/ActionIcon.tsx +7 -4
  70. package/src/components/AppShell/AppShell.module.css +4 -0
  71. package/src/components/AppShell/AppShell.tsx +27 -0
  72. package/src/components/Button/Button.tsx +7 -4
  73. package/src/components/Button/__tests__/Button.spec.tsx +42 -0
  74. package/src/components/DateTimeRangePicker/DateTimeRangePicker.tsx +6 -9
  75. package/src/components/DateTimeRangePicker/EditableDateTimeRangePicker.tsx +14 -0
  76. package/src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx +15 -0
  77. package/src/hooks/useClickWithLoading.ts +13 -1
  78. package/src/index.ts +4 -3
  79. package/src/styles/AppShell.module.css +4 -0
  80. package/src/styles/Input.module.css +1 -3
  81. package/src/styles/NumberInput.module.css +2 -0
  82. package/src/styles/Tooltip.module.css +1 -1
  83. package/src/theme/Theme.tsx +8 -1
  84. package/src/components/AppShell/AppShell.ts +0 -11
@@ -1,9 +1,9 @@
1
1
 
2
- > @coveord/plasma-mantine@56.21.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@57.1.0 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:4249) [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: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 68 files with swc (658.4ms)
8
- Successfully compiled: 232 files, copied 68 files with swc (701.95ms)
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
  ✅
@@ -1,115 +1,112 @@
1
1
 
2
- > @coveord/plasma-mantine@56.21.0 test /home/runner/work/plasma/plasma/packages/mantine
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
   RUN  v4.0.18 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 1040ms
9
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1757ms
10
- ✓ removes the item when clicking on its remove button  313ms
11
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 2665ms
12
- ✓ renders the data using the RowLayout by default  436ms
13
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2003ms
14
- ✓ unselects all the selected rows when clicking on the the unselect button from the table header  370ms
15
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 972ms
16
- ✓ calculates the number of pages based on the pageSize and the total number of entries  313ms
17
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 5159ms
18
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  554ms
19
- ✓ renders all columns in the dropdown except control columns  558ms
20
- ✓ renders all checkboxes checked by default  468ms
21
- ✓ hides a column when the user unchecks it  457ms
22
- ✓ shows a column when the user checks it  411ms
23
- ✓ renders a disabled checked checkbox for columns that are always visible  304ms
24
- ✓ renders a tooltip when hovering a disabled always visible column checkbox  328ms
25
- ✓ renders unchecked checkboxes for columns that are not visible in the initial state  348ms
26
- ✓ disables unchecked columns when the maximum number of visible columns is reached  503ms
27
- ✓ renders a footer with the max columns message when maxSelectableColumns is set  368ms
28
- ✓ does not render a footer when maxSelectableColumns is not set  333ms
29
- ✓ enables a disabled column when a visible column is hidden  517ms
30
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 2011ms
31
- ✓ displays the actions when the row is selected  521ms
32
- ✓ displays the secondary actions when the row is selected and the user clicks on more  721ms
33
- ✓ passes down an array of selected rows  446ms
34
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 175ms
35
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 2671ms
36
- ✓ renders the title  349ms
37
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1028ms
38
- ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 9ms
39
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1046ms
40
- ✓ displays the label  321ms
41
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1222ms
42
- ✓ goes back to the first page when changing the filter  319ms
43
- ✓ does not unselect rows that get filtered out  333ms
44
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 887ms
45
- ✓ renders the monaco editor, a copy to clipboard button and a search button  388ms
46
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 15333ms
47
- ✓ opens popover when input is clicked  313ms
48
- ✓ calls onChange when a date range is applied  3363ms
49
- ✓ closes popover when Cancel is clicked  451ms
50
- ✓ calls onCancel when Cancel button is clicked  501ms
51
- ✓ applies the selected date range in uncontrolled mode  2949ms
52
- ✓ applies the selected date range in controlled mode  3469ms
53
- ✓ renders preset options in the popover  423ms
54
- ✓ sets the selected date range in the url  2839ms
55
- ✓ calls onOpenedChange when popover state changes  387ms
56
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1467ms
57
- ✓ goes back to the first page when changing the predicate  940ms
58
- ✓ sets the current predicate value in the url using the predicate id as key  367ms
59
- ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 63ms
60
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 591ms
61
- ✓ renders a heading of level 1 with the specified children within  305ms
62
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5270ms
63
- ✓ calls onApply when the user clicks on the apply button  782ms
64
- ✓ calls onCancel when the user clicks on the cancel button  348ms
65
- ✓ calls onApply with the selected dates when clicking in the calendar  1177ms
66
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  776ms
67
- ✓ calls onApply with the selected dates when typing in the inputs  2063ms
68
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 752ms
69
- ✓ displays the sort icon for every sortable column  361ms
70
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2871ms
71
- ✓ calls onApply with the selected dates when clicking in the calendar  2743ms
72
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2984ms
73
- ✓ updates with the selected dates when choosing a preset  623ms
74
- ✓ can change the date and time  2186ms
75
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4359ms
76
- ✓ displays the initial dates  412ms
77
- ✓ sets the selected date range in the url  3889ms
78
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 662ms
79
- ✓ expands the rows when the user clicks on a cell  530ms
80
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 441ms
81
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3851ms
82
- ✓ renders an input for the start and an input for the end  371ms
83
- ✓ updates when editing values  1640ms
84
- ✓ accepts minDate and maxDate props for start and end inputs  1837ms
85
- ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 440ms
8
+ ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 993ms
9
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1640ms
10
+ ✓ removes the item when clicking on its remove button  316ms
11
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 2587ms
12
+ ✓ renders the data using the RowLayout by default  378ms
13
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1783ms
14
+ ✓ unselects all the selected rows when clicking on the the unselect button from the table header  365ms
15
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 967ms
16
+ ✓ calculates the number of pages based on the pageSize and the total number of entries  386ms
17
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 5015ms
18
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  552ms
19
+ ✓ renders all columns in the dropdown except control columns  508ms
20
+ ✓ renders all checkboxes checked by default  416ms
21
+ ✓ hides a column when the user unchecks it  452ms
22
+ ✓ shows a column when the user checks it  367ms
23
+ ✓ renders a disabled checked checkbox for columns that are always visible  311ms
24
+ ✓ renders a tooltip when hovering a disabled always visible column checkbox  407ms
25
+ ✓ renders unchecked checkboxes for columns that are not visible in the initial state  404ms
26
+ ✓ disables unchecked columns when the maximum number of visible columns is reached  440ms
27
+ ✓ renders a footer with the max columns message when maxSelectableColumns is set  346ms
28
+ ✓ does not render a footer when maxSelectableColumns is not set  328ms
29
+ ✓ enables a disabled column when a visible column is hidden  472ms
30
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1945ms
31
+ ✓ displays the actions when the row is selected  542ms
32
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  652ms
33
+ ✓ passes down an array of selected rows  459ms
34
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 189ms
35
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 2483ms
36
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 904ms
37
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 7ms
38
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 889ms
39
+ ✓ displays the label  333ms
40
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1170ms
41
+ ✓ displays the placeholder  340ms
42
+ ✓ does not unselect rows that get filtered out  341ms
43
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 788ms
44
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  331ms
45
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 14706ms
46
+ ✓ calls onChange when a date range is applied  3182ms
47
+ ✓ closes popover when Cancel is clicked  454ms
48
+ ✓ calls onCancel when Cancel button is clicked  430ms
49
+ ✓ applies the selected date range in uncontrolled mode  2976ms
50
+ ✓ applies the selected date range in controlled mode  3574ms
51
+ ✓ renders preset options in the popover  421ms
52
+ ✓ sets the selected date range in the url  2323ms
53
+ ✓ calls onOpenedChange when popover state changes  423ms
54
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1379ms
55
+ ✓ goes back to the first page when changing the predicate  957ms
56
+ ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 54ms
57
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 409ms
58
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4760ms
59
+ ✓ calls onApply when the user clicks on the apply button  751ms
60
+ ✓ calls onCancel when the user clicks on the cancel button  344ms
61
+ ✓ calls onApply with the selected dates when clicking in the calendar  1129ms
62
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  645ms
63
+ ✓ calls onApply with the selected dates when typing in the inputs  1756ms
64
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 609ms
65
+ ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 515ms
66
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 2580ms
67
+ ✓ calls onApply with the selected dates when clicking in the calendar  2474ms
68
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4194ms
69
+ ✓ displays the initial dates  360ms
70
+ ✓ sets the selected date range in the url  3780ms
71
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2598ms
72
+ ✓ updates with the selected dates when choosing a preset  488ms
73
+ ✓ can change the date and time  1960ms
74
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3137ms
75
+ ✓ renders an input for the start and an input for the end  351ms
76
+ ✓ updates when editing values  1274ms
77
+ ✓ accepts minDate and maxDate props for start and end inputs  1509ms
78
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 617ms
79
+ ✓ expands the rows when the user clicks on a cell  477ms
80
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 438ms
81
+ ✓ displays the label and time  312ms
86
82
  ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 12ms
87
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 550ms
88
83
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
89
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 430ms
90
- ✓ shows a tooltip when hovering over the disabled button  382ms
91
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 421ms
92
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 788ms
93
- ✓ calls onChange when selecting a preset  643ms
94
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 660ms
95
- ✓ displays the title, body and close button  368ms
96
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 34ms
97
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 483ms
98
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 11ms
99
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 454ms
100
- ✓ renders the specified text as the header tooltip content  351ms
101
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 524ms
102
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 332ms
103
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 330ms
104
- ✓ renders footer  304ms
105
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 81ms
106
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 267ms
107
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 294ms
108
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 67ms
109
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 56ms
84
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 450ms
85
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 411ms
86
+ ✓ shows a tooltip when hovering over the disabled button  379ms
87
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 400ms
88
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 730ms
89
+ ✓ calls onChange when selecting a preset  574ms
90
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 32ms
91
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 597ms
92
+ ✓ displays the title, body and close button  327ms
93
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 491ms
94
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 461ms
95
+ ✓ renders the specified text as the header tooltip content  356ms
96
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 9ms
97
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 385ms
98
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 273ms
99
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 325ms
100
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 85ms
101
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 236ms
102
+ ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 362ms
103
+ ✓ renders start and end date in correct format  359ms
104
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 259ms
105
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 53ms
106
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 51ms
110
107
 
111
-  Test Files  45 passed | 1 skipped (46)
112
-  Tests  335 passed | 6 skipped (341)
113
-  Start at  15:15:30
114
-  Duration  59.28s (transform 2.39s, setup 10.60s, import 51.39s, tests 67.52s, environment 36.52s)
108
+  Test Files  46 passed | 1 skipped (47)
109
+  Tests  338 passed | 6 skipped (344)
110
+  Start at  15:45:11
111
+  Duration  54.57s (transform 2.05s, setup 9.07s, import 47.13s, tests 62.98s, environment 34.29s)
115
112