@coveord/plasma-mantine 59.4.0 → 59.4.2
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 +4 -4
- package/.turbo/turbo-test.log +85 -93
- package/dist/.tsbuildinfo +1 -1
- package/dist/cjs/components/Facet/Facet.d.ts +11 -1
- package/dist/cjs/components/Facet/Facet.d.ts.map +1 -1
- package/dist/cjs/components/Facet/Facet.js +25 -14
- package/dist/cjs/components/Facet/Facet.js.map +1 -1
- package/dist/cjs/components/Facet/Facet.module.css +13 -0
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/Facet/Facet.d.ts +11 -1
- package/dist/esm/components/Facet/Facet.d.ts.map +1 -1
- package/dist/esm/components/Facet/Facet.js +25 -16
- package/dist/esm/components/Facet/Facet.js.map +1 -1
- package/dist/esm/components/Facet/Facet.module.css +13 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +7 -7
- package/src/components/Facet/Facet.module.css +13 -0
- package/src/components/Facet/Facet.tsx +35 -9
- package/src/components/Facet/__tests__/Facet.component.spec.tsx +20 -0
- package/src/index.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@59.
|
|
2
|
+
> @coveord/plasma-mantine@59.4.1 build /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> node ../../scripts/build
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:3789) [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 73 files with swc (
|
|
8
|
-
Successfully compiled: 232 files, copied 73 files with swc (
|
|
7
|
+
Successfully compiled: 232 files, copied 73 files with swc (369.97ms)
|
|
8
|
+
Successfully compiled: 232 files, copied 73 files with swc (570.49ms)
|
|
9
9
|
✅
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,104 +1,96 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@59.
|
|
2
|
+
> @coveord/plasma-mantine@59.4.1 test /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> cross-env TZ=UTC vitest run --silent
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.
|
|
6
|
+
[1m[30m[46m RUN [49m[39m[22m [36mv4.1.5 [39m[90m/home/runner/work/plasma/plasma/packages/mantine[39m
|
|
7
7
|
|
|
8
|
-
[32m✓[39m src/components/Collection/__tests__/CollectionWithColumns.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m
|
|
9
|
-
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m
|
|
10
|
-
[32m✓[39m src/components/Table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m
|
|
11
|
-
[33m[2m✓[22m[39m renders the data using the RowLayout by default [33m
|
|
12
|
-
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m
|
|
13
|
-
|
|
14
|
-
[32m✓[39m src/components/Table/__tests__/
|
|
15
|
-
[33m[2m✓[22m[39m
|
|
16
|
-
|
|
17
|
-
[33m[2m✓[22m[39m
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
[33m[2m✓[22m[39m
|
|
22
|
-
|
|
23
|
-
[32m✓[39m src/components/Table/__tests__/
|
|
24
|
-
[33m[2m✓[22m[39m displays the actions when the row is selected [33m 380[2mms[22m[39m
|
|
25
|
-
[33m[2m✓[22m[39m displays the secondary actions when the row is selected and the user clicks on more [33m 529[2mms[22m[39m
|
|
8
|
+
[32m✓[39m src/components/Collection/__tests__/CollectionWithColumns.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 818[2mms[22m[39m
|
|
9
|
+
[32m✓[39m src/components/Collection/__tests__/Collection.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 1445[2mms[22m[39m
|
|
10
|
+
[32m✓[39m src/components/Table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 1902[2mms[22m[39m
|
|
11
|
+
[33m[2m✓[22m[39m renders the data using the RowLayout by default [33m 335[2mms[22m[39m
|
|
12
|
+
[32m✓[39m src/components/Table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 1264[2mms[22m[39m
|
|
13
|
+
[32m✓[39m src/components/Table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 783[2mms[22m[39m
|
|
14
|
+
[32m✓[39m src/components/Table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 3331[2mms[22m[39m
|
|
15
|
+
[33m[2m✓[22m[39m renders the column selector button in the actions column header when rowConfigurable is true [33m 450[2mms[22m[39m
|
|
16
|
+
[33m[2m✓[22m[39m renders all columns in the dropdown except control columns [33m 469[2mms[22m[39m
|
|
17
|
+
[33m[2m✓[22m[39m hides a column when the user unchecks it [33m 340[2mms[22m[39m
|
|
18
|
+
[33m[2m✓[22m[39m enables a disabled column when a visible column is hidden [33m 301[2mms[22m[39m
|
|
19
|
+
[32m✓[39m src/components/Facet/__tests__/Facet.component.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 1963[2mms[22m[39m
|
|
20
|
+
[32m✓[39m src/components/Table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1262[2mms[22m[39m
|
|
21
|
+
[33m[2m✓[22m[39m displays the actions when the row is selected [33m 358[2mms[22m[39m
|
|
22
|
+
[33m[2m✓[22m[39m displays the secondary actions when the row is selected and the user clicks on more [33m 447[2mms[22m[39m
|
|
23
|
+
[32m✓[39m src/components/Table/__tests__/use-persisted-column-visibility.spec.ts [2m([22m[2m15 tests[22m[2m)[22m[32m 48[2mms[22m[39m
|
|
26
24
|
[32m✓[39m src/hooks/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m70 tests[22m[2m)[22m[32m 169[2mms[22m[39m
|
|
27
|
-
[32m✓[39m src/components/
|
|
28
|
-
[32m✓[39m src/components/Table/__tests__/
|
|
29
|
-
[32m✓[39m src/
|
|
30
|
-
[32m✓[39m src/utils/__tests__/
|
|
31
|
-
[32m✓[39m src/components/Table/__tests__/
|
|
32
|
-
[32m✓[39m src/
|
|
33
|
-
[32m✓[39m src/components/Table/__tests__/
|
|
34
|
-
[33m[2m✓[22m[39m
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
[33m[2m✓[22m[39m
|
|
39
|
-
[33m[2m✓[22m[39m calls
|
|
40
|
-
[33m[2m✓[22m[39m
|
|
41
|
-
[33m[2m✓[22m[39m
|
|
42
|
-
|
|
43
|
-
[33m[2m✓[22m[39m
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
[33m[2m✓[22m[39m
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
[32m✓[39m src/components/
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
[33m[2m✓[22m[39m
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
[33m[2m✓[22m[39m
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
[32m✓[39m src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 549[2mms[22m[39m
|
|
69
|
-
[33m[2m✓[22m[39m expands the rows when the user clicks on a cell [33m 462[2mms[22m[39m
|
|
70
|
-
[32m✓[39m src/components/Table/__tests__/TableLastUpdated.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 373[2mms[22m[39m
|
|
71
|
-
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 10[2mms[22m[39m
|
|
72
|
-
[32m✓[39m src/components/RadioCard/__tests__/RadioCard.component.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 382[2mms[22m[39m
|
|
25
|
+
[32m✓[39m src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 618[2mms[22m[39m
|
|
26
|
+
[32m✓[39m src/components/Table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 839[2mms[22m[39m
|
|
27
|
+
[32m✓[39m src/utils/__tests__/local-storage.spec.ts [2m([22m[2m25 tests[22m[2m)[22m[32m 16[2mms[22m[39m
|
|
28
|
+
[32m✓[39m src/utils/__tests__/groupOptions.unit.spec.ts [2m([22m[2m12 tests[22m[2m)[22m[32m 11[2mms[22m[39m
|
|
29
|
+
[32m✓[39m src/components/Table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 921[2mms[22m[39m
|
|
30
|
+
[32m✓[39m src/components/CodeEditor/__tests__/CodeEditor.spec.tsx [2m([22m[2m10 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 639[2mms[22m[39m
|
|
31
|
+
[32m✓[39m src/components/Table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 1129[2mms[22m[39m
|
|
32
|
+
[33m[2m✓[22m[39m goes back to the first page when changing the predicate [33m 730[2mms[22m[39m
|
|
33
|
+
[33m[2m✓[22m[39m sets the current predicate value in the url using the predicate id as key [33m 301[2mms[22m[39m
|
|
34
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx [2m([22m[2m18 tests[22m[2m)[22m[33m 12794[2mms[22m[39m
|
|
35
|
+
[33m[2m✓[22m[39m calls onChange when a date range is applied [33m 2920[2mms[22m[39m
|
|
36
|
+
[33m[2m✓[22m[39m closes popover when Cancel is clicked [33m 388[2mms[22m[39m
|
|
37
|
+
[33m[2m✓[22m[39m calls onCancel when Cancel button is clicked [33m 345[2mms[22m[39m
|
|
38
|
+
[33m[2m✓[22m[39m applies the selected date range in uncontrolled mode [33m 2648[2mms[22m[39m
|
|
39
|
+
[33m[2m✓[22m[39m applies the selected date range in controlled mode [33m 2956[2mms[22m[39m
|
|
40
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 2172[2mms[22m[39m
|
|
41
|
+
[33m[2m✓[22m[39m calls onOpenedChange when popover state changes [33m 345[2mms[22m[39m
|
|
42
|
+
[32m✓[39m src/hooks/__tests__/useParentHeight.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[32m 60[2mms[22m[39m
|
|
43
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 3828[2mms[22m[39m
|
|
44
|
+
[33m[2m✓[22m[39m calls onApply when the user clicks on the apply button [33m 656[2mms[22m[39m
|
|
45
|
+
[33m[2m✓[22m[39m calls onCancel when the user clicks on the cancel button [33m 390[2mms[22m[39m
|
|
46
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 801[2mms[22m[39m
|
|
47
|
+
[33m[2m✓[22m[39m set end date same as start date if only one date is selected when clicking in the calendar [33m 495[2mms[22m[39m
|
|
48
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when typing in the inputs [33m 1367[2mms[22m[39m
|
|
49
|
+
[32m✓[39m src/components/Header/__tests__/Header.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 375[2mms[22m[39m
|
|
50
|
+
[32m✓[39m src/components/Table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 468[2mms[22m[39m
|
|
51
|
+
[32m✓[39m src/components/Button/__tests__/Button.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 526[2mms[22m[39m
|
|
52
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m([22m[2m4 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m 2306[2mms[22m[39m
|
|
53
|
+
[33m[2m✓[22m[39m calls onApply with the selected dates when clicking in the calendar [33m 2150[2mms[22m[39m
|
|
54
|
+
[32m✓[39m src/components/Table/__tests__/TableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 3512[2mms[22m[39m
|
|
55
|
+
[33m[2m✓[22m[39m sets the selected date range in the url [33m 3242[2mms[22m[39m
|
|
56
|
+
[32m✓[39m src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 2100[2mms[22m[39m
|
|
57
|
+
[33m[2m✓[22m[39m updates with the selected dates when choosing a preset [33m 412[2mms[22m[39m
|
|
58
|
+
[33m[2m✓[22m[39m can change the date and time [33m 1545[2mms[22m[39m
|
|
59
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 2808[2mms[22m[39m
|
|
60
|
+
[33m[2m✓[22m[39m updates when editing values [33m 1179[2mms[22m[39m
|
|
61
|
+
[33m[2m✓[22m[39m accepts minDate and maxDate props for start and end inputs [33m 1373[2mms[22m[39m
|
|
62
|
+
[32m✓[39m src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 581[2mms[22m[39m
|
|
63
|
+
[33m[2m✓[22m[39m expands the rows when the user clicks on a cell [33m 454[2mms[22m[39m
|
|
64
|
+
[32m✓[39m src/components/Table/__tests__/TableLastUpdated.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 320[2mms[22m[39m
|
|
65
|
+
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 9[2mms[22m[39m
|
|
73
66
|
[2m[90m↓[39m[22m src/utils/__tests__/overrideComponent.spec.tsx [2m([22m[2m1 test[22m[2m | [22m[33m1 skipped[39m[2m)[22m
|
|
74
|
-
[32m✓[39m src/components/
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
[32m✓[39m src/components/
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
[32m✓[39m src/
|
|
81
|
-
[32m✓[39m src/
|
|
82
|
-
[32m✓[39m src/components/
|
|
83
|
-
[32m✓[39m src/components/
|
|
84
|
-
|
|
85
|
-
[32m✓[39m src/components/StatusToken/__tests__/StatusToken.component.spec.tsx [2m([22m[2m10 tests[22m[2m)[22m[33m
|
|
86
|
-
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
87
|
-
[32m✓[39m src/components/Input/__tests__/Input.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m
|
|
88
|
-
[33m[2m✓[22m[39m renders LabelInfo inside the label prop and shows its tooltip content on hover [33m
|
|
89
|
-
[32m✓[39m src/components/Modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m
|
|
90
|
-
[32m✓[39m src/components/Modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m
|
|
91
|
-
[32m✓[39m src/components/Switch/__tests__/Switch.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[33m
|
|
67
|
+
[32m✓[39m src/components/RadioCard/__tests__/RadioCard.component.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 435[2mms[22m[39m
|
|
68
|
+
[32m✓[39m src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 365[2mms[22m[39m
|
|
69
|
+
[33m[2m✓[22m[39m shows a tooltip when hovering over the disabled button [33m 328[2mms[22m[39m
|
|
70
|
+
[32m✓[39m src/components/LastUpdated/__tests__/LastUpdated.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[32m 266[2mms[22m[39m
|
|
71
|
+
[32m✓[39m src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 582[2mms[22m[39m
|
|
72
|
+
[33m[2m✓[22m[39m calls onChange when selecting a preset [33m 457[2mms[22m[39m
|
|
73
|
+
[32m✓[39m src/components/ChildForm/__tests__/ChildForm.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[33m 360[2mms[22m[39m
|
|
74
|
+
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 31[2mms[22m[39m
|
|
75
|
+
[32m✓[39m src/components/Prompt/__tests__/Prompt.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 493[2mms[22m[39m
|
|
76
|
+
[32m✓[39m src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 381[2mms[22m[39m
|
|
77
|
+
[32m✓[39m src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 313[2mms[22m[39m
|
|
78
|
+
[32m✓[39m src/components/StatusToken/__tests__/StatusToken.component.spec.tsx [2m([22m[2m10 tests[22m[2m)[22m[33m 333[2mms[22m[39m
|
|
79
|
+
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m1 test[22m[2m)[22m[32m 8[2mms[22m[39m
|
|
80
|
+
[32m✓[39m src/components/Input/__tests__/Input.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 331[2mms[22m[39m
|
|
81
|
+
[33m[2m✓[22m[39m renders LabelInfo inside the label prop and shows its tooltip content on hover [33m 326[2mms[22m[39m
|
|
82
|
+
[32m✓[39m src/components/Modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 186[2mms[22m[39m
|
|
83
|
+
[32m✓[39m src/components/Modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 107[2mms[22m[39m
|
|
84
|
+
[32m✓[39m src/components/Switch/__tests__/Switch.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[33m 365[2mms[22m[39m
|
|
92
85
|
[33m[2m✓[22m[39m shows Input.LabelInfo tooltip content when hovering the info token in the label [33m 359[2mms[22m[39m
|
|
93
|
-
[32m✓[39m src/components/
|
|
94
|
-
[32m✓[39m src/components/
|
|
95
|
-
|
|
96
|
-
[32m✓[39m src/components/
|
|
97
|
-
[32m✓[39m src/components/
|
|
98
|
-
[32m✓[39m src/components/BlankSlate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 57[2mms[22m[39m
|
|
86
|
+
[32m✓[39m src/components/DateTimeRangePicker/__tests__/EditableDateTimeRangePicker.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[33m 302[2mms[22m[39m
|
|
87
|
+
[32m✓[39m src/components/Menu/__tests__/Menu.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 211[2mms[22m[39m
|
|
88
|
+
[32m✓[39m src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 228[2mms[22m[39m
|
|
89
|
+
[32m✓[39m src/components/StickyFooter/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 65[2mms[22m[39m
|
|
90
|
+
[32m✓[39m src/components/BlankSlate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 50[2mms[22m[39m
|
|
99
91
|
|
|
100
92
|
[2m Test Files [22m [1m[32m50 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (51)[39m
|
|
101
|
-
[2m Tests [22m [1m[
|
|
102
|
-
[2m Start at [22m
|
|
103
|
-
[2m Duration [22m
|
|
93
|
+
[2m Tests [22m [1m[32m386 passed[39m[22m[2m | [22m[33m6 skipped[39m[90m (392)[39m
|
|
94
|
+
[2m Start at [22m 17:36:00
|
|
95
|
+
[2m Duration [22m 51.84s[2m (transform 2.04s, setup 8.87s, import 41.29s, tests 52.26s, environment 43.45s)[22m
|
|
104
96
|
|