@coveord/plasma-mantine 56.2.3 → 56.2.5
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 +55 -56
- package/dist/.tsbuildinfo +1 -1
- package/dist/cjs/components/button/ButtonWithDisabledTooltip.d.ts.map +1 -1
- package/dist/cjs/components/button/ButtonWithDisabledTooltip.js +1 -2
- package/dist/cjs/components/button/ButtonWithDisabledTooltip.js.map +1 -1
- package/dist/cjs/components/collection/Collection.js +1 -0
- package/dist/cjs/components/collection/Collection.js.map +1 -1
- package/dist/cjs/components/collection/Collection.module.css +4 -0
- package/dist/esm/components/button/ButtonWithDisabledTooltip.d.ts.map +1 -1
- package/dist/esm/components/button/ButtonWithDisabledTooltip.js +0 -1
- package/dist/esm/components/button/ButtonWithDisabledTooltip.js.map +1 -1
- package/dist/esm/components/collection/Collection.js +1 -0
- package/dist/esm/components/collection/Collection.js.map +1 -1
- package/dist/esm/components/collection/Collection.module.css +4 -0
- package/package.json +3 -3
- package/src/components/button/ButtonWithDisabledTooltip.tsx +1 -6
- package/src/components/collection/Collection.module.css +4 -0
- package/src/components/collection/Collection.tsx +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@56.2.
|
|
2
|
+
> @coveord/plasma-mantine@56.2.4 build /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> node ../../scripts/build
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:3378) [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: 135 files, copied 57 files with swc (
|
|
8
|
-
Successfully compiled: 135 files, copied 57 files with swc (
|
|
7
|
+
Successfully compiled: 135 files, copied 57 files with swc (423.21ms)
|
|
8
|
+
Successfully compiled: 135 files, copied 57 files with swc (436.73ms)
|
|
9
9
|
✅
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,79 +1,78 @@
|
|
|
1
1
|
|
|
2
|
-
> @coveord/plasma-mantine@56.2.
|
|
2
|
+
> @coveord/plasma-mantine@56.2.4 test /home/runner/work/plasma/plasma/packages/mantine
|
|
3
3
|
> cross-env TZ=UTC vitest run --silent
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
[1m[46m RUN [49m[22m [36mv3.2.4 [39m[90m/home/runner/work/plasma/plasma/packages/mantine[39m
|
|
7
7
|
|
|
8
|
-
[
|
|
8
|
+
[2m5:45:34 PM[22m [33m[1m[vite][22m[39m [33m[2m(client)[22m[39m Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.54.0/node_modules/monaco-editor/esm/vs/base/common/marked/marked.js.
|
|
9
9
|
Error: An error occurred while trying to read the map file at marked.esm.js.map
|
|
10
10
|
Error: ENOENT: no such file or directory, open '/home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.54.0/node_modules/monaco-editor/esm/vs/base/common/marked/marked.esm.js.map'
|
|
11
11
|
at async open (node:internal/fs/promises:642:25)
|
|
12
12
|
at async Object.readFile (node:internal/fs/promises:1279:14)
|
|
13
13
|
at async extractSourcemapFromFile (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.8_jiti@2.6.0_sugarss@5.0.1_postcss@8.5.6__yaml@2.8.1/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:11154:53)
|
|
14
14
|
at async loadAndTransform (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.8_jiti@2.6.0_sugarss@5.0.1_postcss@8.5.6__yaml@2.8.1/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:35700:27)
|
|
15
|
-
[
|
|
15
|
+
[2m5:45:34 PM[22m [33m[1m[vite][22m[39m [33m[2m(client)[22m[39m Failed to load source map for /home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.54.0/node_modules/monaco-editor/esm/vs/base/browser/dompurify/dompurify.js.
|
|
16
16
|
Error: An error occurred while trying to read the map file at purify.es.mjs.map
|
|
17
17
|
Error: ENOENT: no such file or directory, open '/home/runner/work/plasma/plasma/node_modules/.pnpm/monaco-editor@0.54.0/node_modules/monaco-editor/esm/vs/base/browser/dompurify/purify.es.mjs.map'
|
|
18
18
|
at async open (node:internal/fs/promises:642:25)
|
|
19
19
|
at async Object.readFile (node:internal/fs/promises:1279:14)
|
|
20
20
|
at async extractSourcemapFromFile (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.8_jiti@2.6.0_sugarss@5.0.1_postcss@8.5.6__yaml@2.8.1/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:11154:53)
|
|
21
21
|
at async loadAndTransform (file:///home/runner/work/plasma/plasma/node_modules/.pnpm/vite@6.3.6_@types+node@22.18.8_jiti@2.6.0_sugarss@5.0.1_postcss@8.5.6__yaml@2.8.1/node_modules/vite/dist/node/chunks/dep-Bu492Fnd.js:35700:27)
|
|
22
|
-
[32m✓[39m src/components/collection/__tests__/Collection.spec.tsx [2m([22m[2m15 tests[22m[2m)[22m[33m
|
|
23
|
-
[32m✓[39m src/components/table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m
|
|
24
|
-
[32m✓[39m src/components/table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m
|
|
25
|
-
[32m✓[39m src/components/table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
26
|
-
[32m✓[39m src/components/table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m
|
|
27
|
-
[33m[2m✓[22m[39m Table.Actions[2m > [22mdisplays the secondary actions when the row is selected and the user clicks on more [33m
|
|
28
|
-
[32m✓[39m src/components/table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m13 tests[22m[2m)[22m[33m
|
|
29
|
-
[32m✓[39m src/components/table/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m70 tests[22m[2m)[22m[32m
|
|
30
|
-
[32m✓[39m src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m
|
|
31
|
-
[32m✓[39m src/components/table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
32
|
-
[32m✓[39m src/components/table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m
|
|
33
|
-
[32m✓[39m src/components/table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
34
|
-
[33m[2m✓[22m[39m Table.Predicate[2m > [22mgoes back to the first page when changing the predicate [33m
|
|
35
|
-
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
36
|
-
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply when the user clicks on the apply button [33m
|
|
37
|
-
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply with the selected dates when clicking in the calendar [33m
|
|
38
|
-
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mset end date same as start date if only one date is selected when clicking in the calendar [33m
|
|
39
|
-
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply with the selected dates when typing in the inputs [33m
|
|
40
|
-
[32m✓[39m src/components/code-editor/__tests__/CodeEditor.spec.tsx [2m([22m[2m9 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m
|
|
41
|
-
[32m✓[39m src/components/table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m
|
|
42
|
-
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m([22m[2m4 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m
|
|
43
|
-
[33m[2m✓[22m[39m DateRangePickerPopoverCalendar[2m > [22mcalls onApply with the selected dates when clicking in the calendar [33m
|
|
44
|
-
[32m✓[39m src/components/table/__tests__/TableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
45
|
-
[33m[2m✓[22m[39m Table.DateRangePicker[2m > [22mwhen url sync is activated[2m > [22msets the selected date range in the url [33m
|
|
46
|
-
[32m✓[39m src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m
|
|
47
|
-
[33m[2m✓[22m[39m DateTimeRangePicker[2m > [22mupdates with the selected dates when choosing a preset [33m
|
|
48
|
-
[33m[2m✓[22m[39m DateTimeRangePicker[2m > [22mcan change the date and time [33m
|
|
49
|
-
[32m✓[39m src/components/header/__tests__/Header.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[32m
|
|
50
|
-
[32m✓[39m src/components/table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m
|
|
51
|
-
|
|
52
|
-
[32m✓[39m src/
|
|
53
|
-
[32m✓[39m src/components/
|
|
54
|
-
[32m✓[39m src/components/button/__tests__/Button.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 305[2mms[22m[39m
|
|
22
|
+
[32m✓[39m src/components/collection/__tests__/Collection.spec.tsx [2m([22m[2m15 tests[22m[2m)[22m[33m 823[2mms[22m[39m
|
|
23
|
+
[32m✓[39m src/components/table/__tests__/Table.spec.tsx [2m([22m[2m12 tests[22m[2m)[22m[33m 928[2mms[22m[39m
|
|
24
|
+
[32m✓[39m src/components/table/layouts/__tests__/RowLayout.spec.tsx [2m([22m[2m17 tests[22m[2m)[22m[33m 1318[2mms[22m[39m
|
|
25
|
+
[32m✓[39m src/components/table/__tests__/TablePagination.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 571[2mms[22m[39m
|
|
26
|
+
[32m✓[39m src/components/table/__tests__/TableActions.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 1034[2mms[22m[39m
|
|
27
|
+
[33m[2m✓[22m[39m Table.Actions[2m > [22mdisplays the secondary actions when the row is selected and the user clicks on more [33m 344[2mms[22m[39m
|
|
28
|
+
[32m✓[39m src/components/table/__tests__/TableColumnsSelector.spec.tsx [2m([22m[2m13 tests[22m[2m)[22m[33m 1997[2mms[22m[39m
|
|
29
|
+
[32m✓[39m src/components/table/__tests__/use-url-synced-state.unit.spec.ts [2m([22m[2m70 tests[22m[2m)[22m[32m 196[2mms[22m[39m
|
|
30
|
+
[32m✓[39m src/components/inline-confirm/__tests__/InlineConfirm.spec.tsx [2m([22m[2m8 tests[22m[2m)[22m[33m 574[2mms[22m[39m
|
|
31
|
+
[32m✓[39m src/components/table/__tests__/TablePerPage.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[33m 594[2mms[22m[39m
|
|
32
|
+
[32m✓[39m src/components/table/__tests__/TableFilter.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 637[2mms[22m[39m
|
|
33
|
+
[32m✓[39m src/components/table/__tests__/TablePredicate.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 970[2mms[22m[39m
|
|
34
|
+
[33m[2m✓[22m[39m Table.Predicate[2m > [22mgoes back to the first page when changing the predicate [33m 623[2mms[22m[39m
|
|
35
|
+
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerInlineCalendar.spec.tsx [2m([22m[2m7 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 2956[2mms[22m[39m
|
|
36
|
+
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply when the user clicks on the apply button [33m 416[2mms[22m[39m
|
|
37
|
+
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply with the selected dates when clicking in the calendar [33m 629[2mms[22m[39m
|
|
38
|
+
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mset end date same as start date if only one date is selected when clicking in the calendar [33m 330[2mms[22m[39m
|
|
39
|
+
[33m[2m✓[22m[39m DateRangePickerInlineCalendar[2m > [22mcalls onApply with the selected dates when typing in the inputs [33m 1298[2mms[22m[39m
|
|
40
|
+
[32m✓[39m src/components/code-editor/__tests__/CodeEditor.spec.tsx [2m([22m[2m9 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[33m 521[2mms[22m[39m
|
|
41
|
+
[32m✓[39m src/components/table/__tests__/Th.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[33m 384[2mms[22m[39m
|
|
42
|
+
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPopoverCalendar.spec.tsx [2m([22m[2m4 tests[22m[2m | [22m[33m2 skipped[39m[2m)[22m[33m 1401[2mms[22m[39m
|
|
43
|
+
[33m[2m✓[22m[39m DateRangePickerPopoverCalendar[2m > [22mcalls onApply with the selected dates when clicking in the calendar [33m 1298[2mms[22m[39m
|
|
44
|
+
[32m✓[39m src/components/table/__tests__/TableDateRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 2632[2mms[22m[39m
|
|
45
|
+
[33m[2m✓[22m[39m Table.DateRangePicker[2m > [22mwhen url sync is activated[2m > [22msets the selected date range in the url [33m 2422[2mms[22m[39m
|
|
46
|
+
[32m✓[39m src/components/date-time-range-picker/__tests__/DateTimeRangePicker.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[33m 1765[2mms[22m[39m
|
|
47
|
+
[33m[2m✓[22m[39m DateTimeRangePicker[2m > [22mupdates with the selected dates when choosing a preset [33m 428[2mms[22m[39m
|
|
48
|
+
[33m[2m✓[22m[39m DateTimeRangePicker[2m > [22mcan change the date and time [33m 1236[2mms[22m[39m
|
|
49
|
+
[32m✓[39m src/components/header/__tests__/Header.spec.tsx [2m([22m[2m7 tests[22m[2m)[22m[32m 232[2mms[22m[39m
|
|
50
|
+
[32m✓[39m src/components/table/__tests__/TableCollapsibleColumn.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 305[2mms[22m[39m
|
|
51
|
+
[32m✓[39m src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 5[2mms[22m[39m
|
|
52
|
+
[32m✓[39m src/components/table/__tests__/TableLastUpdated.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 229[2mms[22m[39m
|
|
53
|
+
[32m✓[39m src/components/button/__tests__/Button.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[32m 285[2mms[22m[39m
|
|
55
54
|
[2m[90m↓[39m[22m src/utils/__tests__/overrideComponent.spec.tsx [2m([22m[2m1 test[22m[2m | [22m[33m1 skipped[39m[2m)[22m
|
|
56
|
-
[32m✓[39m src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[32m
|
|
57
|
-
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m
|
|
58
|
-
[33m[2m✓[22m[39m DateRangePickerPresetSelect[2m > [22mcalls onChange when selecting a preset [33m
|
|
59
|
-
[32m✓[39m src/components/last-updated/__tests__/LastUpdated.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[32m
|
|
60
|
-
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m
|
|
61
|
-
[32m✓[39m src/components/
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
65
|
-
[32m✓[39m src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m
|
|
66
|
-
[32m✓[39m src/components/browser-preview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[32m
|
|
67
|
-
[32m✓[39m src/components/child-form/__tests__/ChildForm.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m
|
|
68
|
-
[32m✓[39m src/components/modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m
|
|
69
|
-
[32m✓[39m src/components/modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m
|
|
70
|
-
[32m✓[39m src/components/menu/__tests__/Menu.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
71
|
-
[32m✓[39m src/components/code-editor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
72
|
-
[32m✓[39m src/components/sticky-footer/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
73
|
-
[32m✓[39m src/components/blank-slate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
55
|
+
[32m✓[39m src/components/button/__tests__/ButtonWithDisabledTooltip.spec.tsx [2m([22m[2m3 tests[22m[2m | [22m[33m1 skipped[39m[2m)[22m[32m 279[2mms[22m[39m
|
|
56
|
+
[32m✓[39m src/components/date-range-picker/__tests__/DateRangePickerPresetSelect.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 401[2mms[22m[39m
|
|
57
|
+
[33m[2m✓[22m[39m DateRangePickerPresetSelect[2m > [22mcalls onChange when selecting a preset [33m 328[2mms[22m[39m
|
|
58
|
+
[32m✓[39m src/components/last-updated/__tests__/LastUpdated.spec.tsx [2m([22m[2m5 tests[22m[2m)[22m[32m 168[2mms[22m[39m
|
|
59
|
+
[32m✓[39m src/hooks/__tests__/useControlledList.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 24[2mms[22m[39m
|
|
60
|
+
[32m✓[39m src/components/prompt/__tests__/Prompt.spec.tsx [2m([22m[2m6 tests[22m[2m)[22m[33m 304[2mms[22m[39m
|
|
61
|
+
[32m✓[39m src/components/date-range-picker/__tests__/EditableDateRangePicker.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[33m 1249[2mms[22m[39m
|
|
62
|
+
[33m[2m✓[22m[39m EditableDateRangePicker[2m > [22mupdates when editing values [33m 1061[2mms[22m[39m
|
|
63
|
+
[32m✓[39m src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts [2m([22m[2m1 test[22m[2m)[22m[32m 9[2mms[22m[39m
|
|
64
|
+
[32m✓[39m src/components/copyToClipboard/__tests__/CopyToClipboard.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 275[2mms[22m[39m
|
|
65
|
+
[32m✓[39m src/components/browser-preview/__tests__/BrowserPreview.spec.tsx [2m([22m[2m4 tests[22m[2m)[22m[32m 262[2mms[22m[39m
|
|
66
|
+
[32m✓[39m src/components/child-form/__tests__/ChildForm.spec.tsx [2m([22m[2m3 tests[22m[2m)[22m[32m 184[2mms[22m[39m
|
|
67
|
+
[32m✓[39m src/components/modal/__tests__/Modal.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 145[2mms[22m[39m
|
|
68
|
+
[32m✓[39m src/components/modal/__tests__/ModalFooter.spec.tsx [2m([22m[2m2 tests[22m[2m)[22m[32m 69[2mms[22m[39m
|
|
69
|
+
[32m✓[39m src/components/menu/__tests__/Menu.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 95[2mms[22m[39m
|
|
70
|
+
[32m✓[39m src/components/code-editor/search/__tests__/Search.unit.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 178[2mms[22m[39m
|
|
71
|
+
[32m✓[39m src/components/sticky-footer/__tests__/StickyFooter.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 38[2mms[22m[39m
|
|
72
|
+
[32m✓[39m src/components/blank-slate/__tests__/BlankSlate.spec.tsx [2m([22m[2m1 test[22m[2m)[22m[32m 37[2mms[22m[39m
|
|
74
73
|
|
|
75
74
|
[2m Test Files [22m [1m[32m38 passed[39m[22m[2m | [22m[33m1 skipped[39m[90m (39)[39m
|
|
76
75
|
[2m Tests [22m [1m[32m248 passed[39m[22m[2m | [22m[33m6 skipped[39m[90m (254)[39m
|
|
77
|
-
[2m Start at [22m
|
|
78
|
-
[2m Duration [22m
|
|
76
|
+
[2m Start at [22m 17:45:25
|
|
77
|
+
[2m Duration [22m 80.43s[2m (transform 7.28s, setup 8.59s, collect 172.24s, tests 24.07s, environment 18.81s, prepare 3.74s)[22m
|
|
79
78
|
|