@coveord/plasma-mantine 56.9.0 → 56.11.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 (63) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/.turbo/turbo-test.log +113 -109
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/InfoToken/InfoToken.d.ts +62 -2
  5. package/dist/cjs/components/InfoToken/InfoToken.d.ts.map +1 -1
  6. package/dist/cjs/components/InfoToken/InfoToken.js +5 -0
  7. package/dist/cjs/components/InfoToken/InfoToken.js.map +1 -1
  8. package/dist/cjs/components/StatusToken/StatusToken.d.ts +31 -0
  9. package/dist/cjs/components/StatusToken/StatusToken.d.ts.map +1 -0
  10. package/dist/cjs/components/StatusToken/StatusToken.js +128 -0
  11. package/dist/cjs/components/StatusToken/StatusToken.js.map +1 -0
  12. package/dist/cjs/components/StatusToken/StatusToken.module.css +42 -0
  13. package/dist/cjs/components/StatusToken/icons/circle.svg +3 -0
  14. package/dist/cjs/components/StatusToken/icons/info.svg +5 -0
  15. package/dist/cjs/components/StatusToken/icons/ring.svg +3 -0
  16. package/dist/cjs/components/StatusToken/icons/square.svg +3 -0
  17. package/dist/cjs/components/StatusToken/icons/triangle.svg +3 -0
  18. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.d.ts.map +1 -1
  19. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.js +46 -55
  20. package/dist/cjs/components/Table/table-columns-selector/TableColumnsSelector.js.map +1 -1
  21. package/dist/cjs/index.d.ts +1 -0
  22. package/dist/cjs/index.d.ts.map +1 -1
  23. package/dist/cjs/index.js +1 -0
  24. package/dist/cjs/index.js.map +1 -1
  25. package/dist/cjs/types/svg-raw/index.d.js +3 -0
  26. package/dist/cjs/types/svg-raw/index.d.js.map +1 -0
  27. package/dist/esm/components/InfoToken/InfoToken.d.ts +62 -2
  28. package/dist/esm/components/InfoToken/InfoToken.d.ts.map +1 -1
  29. package/dist/esm/components/InfoToken/InfoToken.js +5 -0
  30. package/dist/esm/components/InfoToken/InfoToken.js.map +1 -1
  31. package/dist/esm/components/StatusToken/StatusToken.d.ts +31 -0
  32. package/dist/esm/components/StatusToken/StatusToken.d.ts.map +1 -0
  33. package/dist/esm/components/StatusToken/StatusToken.js +103 -0
  34. package/dist/esm/components/StatusToken/StatusToken.js.map +1 -0
  35. package/dist/esm/components/StatusToken/StatusToken.module.css +42 -0
  36. package/dist/esm/components/StatusToken/icons/circle.svg +3 -0
  37. package/dist/esm/components/StatusToken/icons/info.svg +5 -0
  38. package/dist/esm/components/StatusToken/icons/ring.svg +3 -0
  39. package/dist/esm/components/StatusToken/icons/square.svg +3 -0
  40. package/dist/esm/components/StatusToken/icons/triangle.svg +3 -0
  41. package/dist/esm/components/Table/table-columns-selector/TableColumnsSelector.d.ts.map +1 -1
  42. package/dist/esm/components/Table/table-columns-selector/TableColumnsSelector.js +47 -51
  43. package/dist/esm/components/Table/table-columns-selector/TableColumnsSelector.js.map +1 -1
  44. package/dist/esm/index.d.ts +1 -0
  45. package/dist/esm/index.d.ts.map +1 -1
  46. package/dist/esm/index.js +2 -0
  47. package/dist/esm/index.js.map +1 -1
  48. package/dist/esm/types/svg-raw/index.d.js +2 -0
  49. package/dist/esm/types/svg-raw/index.d.js.map +1 -0
  50. package/package.json +1 -1
  51. package/src/components/InfoToken/InfoToken.tsx +39 -36
  52. package/src/components/StatusToken/StatusToken.module.css +42 -0
  53. package/src/components/StatusToken/StatusToken.tsx +152 -0
  54. package/src/components/StatusToken/__tests__/StatusToken.component.spec.tsx +28 -0
  55. package/src/components/StatusToken/icons/circle.svg +3 -0
  56. package/src/components/StatusToken/icons/info.svg +5 -0
  57. package/src/components/StatusToken/icons/ring.svg +3 -0
  58. package/src/components/StatusToken/icons/square.svg +3 -0
  59. package/src/components/StatusToken/icons/triangle.svg +3 -0
  60. package/src/components/Table/__tests__/{TableColumnsSelectorHeader.spec.tsx → TableColumnsSelector.spec.tsx} +3 -2
  61. package/src/components/Table/table-columns-selector/TableColumnsSelector.tsx +36 -46
  62. package/src/index.ts +3 -0
  63. package/src/types/svg-raw/index.d.ts +4 -0
@@ -1,9 +1,9 @@
1
1
 
2
- > @coveord/plasma-mantine@56.8.1 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.10.0 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3611) [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:3436) [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: 205 files, copied 58 files with swc (454.65ms)
8
- Successfully compiled: 205 files, copied 58 files with swc (625.95ms)
7
+ Successfully compiled: 207 files, copied 64 files with swc (629.06ms)
8
+ Successfully compiled: 207 files, copied 64 files with swc (667.01ms)
9
9
 
@@ -1,118 +1,122 @@
1
1
 
2
- > @coveord/plasma-mantine@56.8.1 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.10.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 (16 tests) 1995ms
9
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2613ms
10
- ✓ does not reset row selection when clicking within one of the specified additionalRootNodes, even if it is outside the table  311ms
11
- ✓ handles switching layout  449ms
12
- ✓ does not clear the row selection when clicking outside the table  371ms
13
- ✓ unselects all the selected rows when clicking on the the unselect button from the table header  365ms
14
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4423ms
15
- ✓ renders the data using the RowLayout by default  549ms
16
- ✓ closes the opened collapsible when using the accordion column and the user expand a different row  520ms
17
- ✓ toggles row selection when clicking on a selected row  335ms
18
- ✓ allows selection of a different row if row selection is forced  313ms
19
- ✓ prevents row selection if disableRowSelection is true  504ms
20
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1347ms
21
- ✓ calculates the number of pages based on the pageSize and the total number of entries  424ms
22
- ✓ changes the page when the pagination is client side  382ms
23
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3509ms
24
- ✓ displays the actions when the row is selected  745ms
25
- ✓ displays the secondary actions when the row is selected and the user clicks on more  1722ms
26
- ✓ passes down an array of selected rows  561ms
27
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 162ms
28
- ✓ src/components/Table/__tests__/TableColumnsSelectorHeader.spec.tsx (12 tests) 11723ms
29
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  762ms
30
- ✓ renders all columns in the dropdown except control columns  1424ms
31
- ✓ renders all checkboxes checked by default  1093ms
32
- ✓ hides a column when the user unchecks it  999ms
33
- ✓ shows a column when the user checks it  888ms
34
- ✓ renders a disabled checked checkbox for columns that are always visible  874ms
35
- ✓ renders a tooltip when hovering a disabled always visible column checkbox  1110ms
36
- ✓ renders unchecked checkboxes for columns that are not visible in the initial state  989ms
37
- ✓ disables unchecked columns when the maximum number of visible columns is reached  1056ms
38
- ✓ renders a footer with the max columns message when maxSelectableColumns is set  899ms
39
- ✓ does not render a footer when maxSelectableColumns is not set  798ms
40
- ✓ enables a disabled column when a visible column is hidden  790ms
41
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1305ms
42
- ✓ calls the onClick prop when clicking on the menu item  361ms
43
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1212ms
44
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1701ms
45
- ✓ displays the placeholder  417ms
46
- ✓ goes back to the first page when changing the filter  448ms
47
- ✓ does not unselect rows that get filtered out  444ms
48
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 1043ms
49
- ✓ renders the monaco editor, a copy to clipboard button and a search button  483ms
50
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 16783ms
51
- ✓ renders with placeholder text when no date range is selected  343ms
52
- ✓ opens popover when input is clicked  528ms
53
- ✓ calls onChange when a date range is applied  3071ms
54
- ✓ closes popover when Cancel is clicked  727ms
55
- ✓ calls onCancel when Cancel button is clicked  486ms
56
- ✓ applies the selected date range in uncontrolled mode  3392ms
57
- ✓ applies the selected date range in controlled mode  3507ms
58
- ✓ renders preset options in the popover  1105ms
59
- ✓ sets the selected date range in the url  2574ms
60
- ✓ calls onOpenedChange when popover state changes  499ms
61
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5840ms
62
- ✓ calls onApply when the user clicks on the apply button  963ms
63
- ✓ calls onCancel when the user clicks on the cancel button  506ms
64
- ✓ calls onApply with the selected dates when clicking in the calendar  1491ms
65
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  963ms
66
- ✓ calls onApply with the selected dates when typing in the inputs  1833ms
67
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 557ms
68
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 2994ms
69
- ✓ goes back to the first page when changing the predicate  1639ms
70
- ✓ sets the current predicate value in the url using the predicate id as key  1170ms
71
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 869ms
72
- ✓ displays the sort icon for every sortable column  337ms
73
- ✓ changes the sort icon when clicking on a table header  359ms
74
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4118ms
75
- ✓ calls onApply with the selected dates when clicking in the calendar  3997ms
76
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4651ms
77
- ✓ displays the initial dates  432ms
78
- ✓ sets the selected date range in the url  4137ms
79
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 5130ms
80
- ✓ updates with the selected dates when choosing a preset  1289ms
81
- ✓ can change the date and time  3664ms
82
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 769ms
83
- ✓ expands the rows when the user clicks on a cell  615ms
84
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3725ms
85
- ✓ renders an input for the start and an input for the end  359ms
86
- ✓ updates when editing values  1489ms
87
- ✓ accepts minDate and maxDate props for start and end inputs  1874ms
88
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 444ms
89
- ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 530ms
90
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 5ms
8
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (16 tests) 2118ms
9
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2824ms
10
+ ✓ reset row selection when user click outside the table  319ms
11
+ ✓ handles switching layout  472ms
12
+ ✓ does not clear the row selection when clicking outside the table  343ms
13
+ ✓ unselects all the selected rows when clicking on the the unselect button from the table header  471ms
14
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4496ms
15
+ ✓ renders the data using the RowLayout by default  570ms
16
+ ✓ closes the opened collapsible when using the accordion column and the user expand a different row  475ms
17
+ ✓ toggles row selection when clicking on a selected row  387ms
18
+ ✓ prevents row selection if disableRowSelection is true  414ms
19
+ ✓ prevents click on checkboxes if disableRowSelection is true  304ms
20
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1402ms
21
+ ✓ calculates the number of pages based on the pageSize and the total number of entries  406ms
22
+ ✓ changes the page when the pagination is client side  427ms
23
+ ✓ changes page when the current page is greater than the total number of pages  302ms
24
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3794ms
25
+ ✓ displays the actions when the row is selected  647ms
26
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  1741ms
27
+ ✓ passes down an array of selected rows  800ms
28
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 175ms
29
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 9682ms
30
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  666ms
31
+ ✓ renders all columns in the dropdown except control columns  1224ms
32
+ ✓ renders all checkboxes checked by default  932ms
33
+ ✓ hides a column when the user unchecks it  953ms
34
+ ✓ shows a column when the user checks it  725ms
35
+ ✓ renders a disabled checked checkbox for columns that are always visible  617ms
36
+ ✓ renders a tooltip when hovering a disabled always visible column checkbox  874ms
37
+ ✓ renders unchecked checkboxes for columns that are not visible in the initial state  826ms
38
+ ✓ disables unchecked columns when the maximum number of visible columns is reached  772ms
39
+ ✓ renders a footer with the max columns message when maxSelectableColumns is set  672ms
40
+ ✓ does not render a footer when maxSelectableColumns is not set  557ms
41
+ ✓ enables a disabled column when a visible column is hidden  846ms
42
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1443ms
43
+ ✓ calls the onClick prop when clicking on the menu item  307ms
44
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1298ms
45
+ ✓ displays the label  365ms
46
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1761ms
47
+ ✓ displays the placeholder  385ms
48
+ ✓ goes back to the first page when changing the filter  376ms
49
+ ✓ does not unselect rows that get filtered out  606ms
50
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 957ms
51
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  365ms
52
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5937ms
53
+ ✓ calls onApply when the user clicks on the apply button  1131ms
54
+ ✓ calls onCancel when the user clicks on the cancel button  526ms
55
+ ✓ calls onApply with the selected dates when clicking in the calendar  1634ms
56
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  1056ms
57
+ ✓ calls onApply with the selected dates when typing in the inputs  1495ms
58
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 18509ms
59
+ ✓ renders with placeholder text when no date range is selected  316ms
60
+ ✓ opens popover when input is clicked  503ms
61
+ ✓ calls onChange when a date range is applied  3388ms
62
+ ✓ closes popover when Cancel is clicked  685ms
63
+ ✓ calls onCancel when Cancel button is clicked  812ms
64
+ ✓ applies the selected date range in uncontrolled mode  3603ms
65
+ ✓ applies the selected date range in controlled mode  3852ms
66
+ ✓ renders preset options in the popover  1123ms
67
+ ✓ sets the selected date range in the url  3019ms
68
+ ✓ calls onOpenedChange when popover state changes  629ms
69
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 663ms
70
+ ✓ renders a heading of level 1 with the specified children within  380ms
71
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 3501ms
72
+ ✓ goes back to the first page when changing the predicate  2038ms
73
+ ✓ sets the current predicate value in the url using the predicate id as key  1237ms
74
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 960ms
75
+ ✓ displays the sort icon for every sortable column  407ms
76
+ ✓ changes the sort icon when clicking on a table header  337ms
77
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4633ms
78
+ ✓ calls onApply with the selected dates when clicking in the calendar  4486ms
79
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 5022ms
80
+ ✓ displays the initial dates  487ms
81
+ ✓ sets the selected date range in the url  4450ms
82
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 5415ms
83
+ ✓ updates with the selected dates when choosing a preset  1377ms
84
+ ✓ can change the date and time  3890ms
85
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 966ms
86
+ ✓ expands the rows when the user clicks on a cell  740ms
87
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 462ms
88
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 4088ms
89
+ ✓ renders an input for the start and an input for the end  337ms
90
+ ✓ updates when editing values  1645ms
91
+ ✓ accepts minDate and maxDate props for start and end inputs  2103ms
92
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 7ms
93
+ ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 590ms
91
94
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
92
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 505ms
93
- ✓ shows a tooltip when hovering over the disabled button  459ms
94
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 425ms
95
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 1115ms
96
- ✓ calls onChange when selecting a preset  881ms
97
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 29ms
98
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 838ms
99
- ✓ displays the title, body and close button  383ms
100
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 560ms
101
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 8ms
102
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 534ms
103
- ✓ renders the specified text as the header tooltip content  444ms
104
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 304ms
105
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 285ms
106
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (3 tests) 288ms
107
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 94ms
108
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 251ms
109
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 369ms
110
- ✓ should call handleSearch when the search button is clicked  366ms
111
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 59ms
112
- ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 49ms
95
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 520ms
96
+ ✓ shows a tooltip when hovering over the disabled button  461ms
97
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 1071ms
98
+ ✓ calls onChange when selecting a preset  889ms
99
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 452ms
100
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 34ms
101
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 781ms
102
+ ✓ displays the title, body and close button  369ms
103
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 582ms
104
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 619ms
105
+ ✓ renders the specified text as the header tooltip content  511ms
106
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 9ms
107
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 562ms
108
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 414ms
109
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 311ms
110
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (3 tests) 293ms
111
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 72ms
112
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 298ms
113
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 323ms
114
+ ✓ should call handleSearch when the search button is clicked  320ms
115
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 51ms
116
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 51ms
113
117
 
114
-  Test Files  40 passed | 1 skipped (41)
115
-  Tests  271 passed | 6 skipped (277)
116
-  Start at  15:03:26
117
-  Duration  59.05s (transform 1.83s, setup 9.35s, import 45.73s, tests 83.16s, environment 28.99s)
118
+  Test Files  41 passed | 1 skipped (42)
119
+  Tests  281 passed | 6 skipped (287)
120
+  Start at  14:36:11
121
+  Duration  62.40s (transform 2.16s, setup 10.31s, import 49.10s, tests 87.15s, environment 30.81s)
118
122