@coveord/plasma-mantine 57.0.0 → 57.1.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 (68) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/.turbo/turbo-test.log +101 -106
  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/Button/Button.d.ts +6 -2
  8. package/dist/cjs/components/Button/Button.d.ts.map +1 -1
  9. package/dist/cjs/components/Button/Button.js.map +1 -1
  10. package/dist/cjs/components/DateTimeRangePicker/DateTimeRangePicker.d.ts +2 -2
  11. package/dist/cjs/components/DateTimeRangePicker/DateTimeRangePicker.d.ts.map +1 -1
  12. package/dist/cjs/components/DateTimeRangePicker/DateTimeRangePicker.js +12 -7
  13. package/dist/cjs/components/DateTimeRangePicker/DateTimeRangePicker.js.map +1 -1
  14. package/dist/cjs/components/DateTimeRangePicker/EditableDateTimeRangePicker.d.ts +9 -1
  15. package/dist/cjs/components/DateTimeRangePicker/EditableDateTimeRangePicker.d.ts.map +1 -1
  16. package/dist/cjs/components/DateTimeRangePicker/EditableDateTimeRangePicker.js +5 -1
  17. package/dist/cjs/components/DateTimeRangePicker/EditableDateTimeRangePicker.js.map +1 -1
  18. package/dist/cjs/hooks/useClickWithLoading.d.ts +8 -1
  19. package/dist/cjs/hooks/useClickWithLoading.d.ts.map +1 -1
  20. package/dist/cjs/hooks/useClickWithLoading.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.map +1 -1
  24. package/dist/cjs/styles/Input.module.css +1 -3
  25. package/dist/cjs/styles/NumberInput.module.css +2 -0
  26. package/dist/cjs/styles/Tooltip.module.css +1 -1
  27. package/dist/cjs/theme/Theme.d.ts.map +1 -1
  28. package/dist/cjs/theme/Theme.js +1 -2
  29. package/dist/cjs/theme/Theme.js.map +1 -1
  30. package/dist/esm/components/ActionIcon/ActionIcon.d.ts +6 -2
  31. package/dist/esm/components/ActionIcon/ActionIcon.d.ts.map +1 -1
  32. package/dist/esm/components/ActionIcon/ActionIcon.js.map +1 -1
  33. package/dist/esm/components/Button/Button.d.ts +6 -2
  34. package/dist/esm/components/Button/Button.d.ts.map +1 -1
  35. package/dist/esm/components/Button/Button.js.map +1 -1
  36. package/dist/esm/components/DateTimeRangePicker/DateTimeRangePicker.d.ts +2 -2
  37. package/dist/esm/components/DateTimeRangePicker/DateTimeRangePicker.d.ts.map +1 -1
  38. package/dist/esm/components/DateTimeRangePicker/DateTimeRangePicker.js +2 -3
  39. package/dist/esm/components/DateTimeRangePicker/DateTimeRangePicker.js.map +1 -1
  40. package/dist/esm/components/DateTimeRangePicker/EditableDateTimeRangePicker.d.ts +9 -1
  41. package/dist/esm/components/DateTimeRangePicker/EditableDateTimeRangePicker.d.ts.map +1 -1
  42. package/dist/esm/components/DateTimeRangePicker/EditableDateTimeRangePicker.js +5 -1
  43. package/dist/esm/components/DateTimeRangePicker/EditableDateTimeRangePicker.js.map +1 -1
  44. package/dist/esm/hooks/useClickWithLoading.d.ts +8 -1
  45. package/dist/esm/hooks/useClickWithLoading.d.ts.map +1 -1
  46. package/dist/esm/hooks/useClickWithLoading.js.map +1 -1
  47. package/dist/esm/index.d.ts +1 -0
  48. package/dist/esm/index.d.ts.map +1 -1
  49. package/dist/esm/index.js.map +1 -1
  50. package/dist/esm/styles/Input.module.css +1 -3
  51. package/dist/esm/styles/NumberInput.module.css +2 -0
  52. package/dist/esm/styles/Tooltip.module.css +1 -1
  53. package/dist/esm/theme/Theme.d.ts.map +1 -1
  54. package/dist/esm/theme/Theme.js +1 -2
  55. package/dist/esm/theme/Theme.js.map +1 -1
  56. package/package.json +1 -1
  57. package/src/components/ActionIcon/ActionIcon.tsx +7 -4
  58. package/src/components/Button/Button.tsx +7 -4
  59. package/src/components/Button/__tests__/Button.spec.tsx +42 -0
  60. package/src/components/DateTimeRangePicker/DateTimeRangePicker.tsx +6 -9
  61. package/src/components/DateTimeRangePicker/EditableDateTimeRangePicker.tsx +14 -0
  62. package/src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx +15 -0
  63. package/src/hooks/useClickWithLoading.ts +13 -1
  64. package/src/index.ts +1 -0
  65. package/src/styles/Input.module.css +1 -3
  66. package/src/styles/NumberInput.module.css +2 -0
  67. package/src/styles/Tooltip.module.css +1 -1
  68. package/src/theme/Theme.tsx +0 -1
@@ -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.0.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:4345) [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 68 files with swc (566.58ms)
8
+ Successfully compiled: 232 files, copied 68 files with swc (645.41ms)
9
9
 
@@ -1,115 +1,110 @@
1
1
 
2
- > @coveord/plasma-mantine@56.21.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@57.0.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
86
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 12ms
87
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (6 tests) 550ms
8
+ ✓ src/components/Collection/__tests__/CollectionWithColumns.spec.tsx (17 tests) 953ms
9
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 1755ms
10
+ ✓ removes the item when clicking on its remove button  300ms
11
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 2544ms
12
+ ✓ renders the data using the RowLayout by default  431ms
13
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 1752ms
14
+ ✓ unselects all the selected rows when clicking on the the unselect button from the table header  321ms
15
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 938ms
16
+ ✓ calculates the number of pages based on the pageSize and the total number of entries  316ms
17
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 4809ms
18
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  485ms
19
+ ✓ renders all columns in the dropdown except control columns  595ms
20
+ ✓ renders all checkboxes checked by default  436ms
21
+ ✓ hides a column when the user unchecks it  533ms
22
+ ✓ shows a column when the user checks it  471ms
23
+ ✓ disables unchecked columns when the maximum number of visible columns is reached  455ms
24
+ ✓ does not render a footer when maxSelectableColumns is not set  315ms
25
+ ✓ enables a disabled column when a visible column is hidden  493ms
26
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 1735ms
27
+ ✓ displays the actions when the row is selected  520ms
28
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  519ms
29
+ ✓ passes down an array of selected rows  349ms
30
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 157ms
31
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 2666ms
32
+ ✓ renders the title  330ms
33
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 915ms
34
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 10ms
35
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1000ms
36
+ ✓ displays the label  365ms
37
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1248ms
38
+ ✓ displays the placeholder  327ms
39
+ ✓ does not unselect rows that get filtered out  359ms
40
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (10 tests | 1 skipped) 848ms
41
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  336ms
42
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 14313ms
43
+ ✓ opens popover when input is clicked  331ms
44
+ ✓ calls onChange when a date range is applied  2948ms
45
+ ✓ closes popover when Cancel is clicked  456ms
46
+ ✓ calls onCancel when Cancel button is clicked  385ms
47
+ ✓ applies the selected date range in uncontrolled mode  2763ms
48
+ ✓ applies the selected date range in controlled mode  3426ms
49
+ ✓ renders preset options in the popover  390ms
50
+ ✓ sets the selected date range in the url  2499ms
51
+ ✓ calls onOpenedChange when popover state changes  473ms
52
+ ✓ src/hooks/__tests__/useParentHeight.spec.tsx (4 tests) 69ms
53
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 1438ms
54
+ ✓ goes back to the first page when changing the predicate  903ms
55
+ ✓ sets the current predicate value in the url using the predicate id as key  404ms
56
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 4543ms
57
+ ✓ calls onApply when the user clicks on the apply button  753ms
58
+ ✓ calls onCancel when the user clicks on the cancel button  416ms
59
+ ✓ calls onApply with the selected dates when clicking in the calendar  1161ms
60
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  532ms
61
+ ✓ calls onApply with the selected dates when typing in the inputs  1561ms
62
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 541ms
63
+ ✓ renders a heading of level 1 with the specified children within  306ms
64
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 724ms
65
+ ✓ displays the sort icon for every sortable column  356ms
66
+ ✓ src/components/Button/__tests__/Button.spec.tsx (6 tests) 516ms
67
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 3045ms
68
+ ✓ calls onApply with the selected dates when clicking in the calendar  2870ms
69
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 3821ms
70
+ ✓ displays the initial dates  402ms
71
+ ✓ sets the selected date range in the url  3381ms
72
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 2778ms
73
+ ✓ updates with the selected dates when choosing a preset  546ms
74
+ ✓ can change the date and time  2094ms
75
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 668ms
76
+ ✓ expands the rows when the user clicks on a cell  542ms
77
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 427ms
78
+ ✓ displays the label and time  312ms
79
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3732ms
80
+ ✓ updates when editing values  1486ms
81
+ ✓ accepts minDate and maxDate props for start and end inputs  1948ms
82
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 7ms
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) 484ms
85
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 381ms
86
+ ✓ shows a tooltip when hovering over the disabled button  346ms
87
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 804ms
88
+ ✓ calls onChange when selecting a preset  605ms
89
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 386ms
90
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 581ms
91
+ ✓ displays the title, body and close button  336ms
92
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 43ms
93
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 453ms
94
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 10ms
95
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 387ms
96
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 394ms
97
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 343ms
98
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 305ms
99
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 102ms
100
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 287ms
101
+ ✓ src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx (1 test) 298ms
102
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 275ms
103
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 56ms
104
+ ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 53ms
110
105
 
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)
106
+  Test Files  46 passed | 1 skipped (47)
107
+  Tests  338 passed | 6 skipped (344)
108
+  Start at  16:48:28
109
+  Duration  55.77s (transform 2.19s, setup 9.73s, import 47.76s, tests 63.60s, environment 36.16s)
115
110