We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vitest-dev
sheremet-va
antfu
patak-dev
Learn more about funding links in repositories.
Report abuse
1 parent 2ef5e3f commit 581030eCopy full SHA for 581030e
packages/ui/client/composables/summary.ts
@@ -37,6 +37,8 @@ export const time = computed(() => {
37
acc += Math.max(0, t.collectDuration || 0)
38
acc += Math.max(0, t.setupDuration || 0)
39
acc += Math.max(0, t.result?.duration || 0)
40
+ acc += Math.max(0, t.environmentLoad || 0)
41
+ acc += Math.max(0, t.prepareDuration || 0)
42
return acc
43
}, 0)
44
0 commit comments