vitest/packages/ui/client/components/dashboard/TestsFilesContainer.vue
webfansplz a6618c1173
feat(ui): add tests summary in the dashboard (#2133)
Co-authored-by: userquin <userquin@gmail.com>
2022-10-14 11:29:48 +02:00

11 lines
279 B
Vue

<template>
<div gap-0 flex="~ col gap-4" h-full justify-center items-center>
<!-- <div bg-header rounded-lg p="y4 x2"> -->
<section aria-labelledby="tests" m="y-4 x-2">
<TestsEntry />
</section>
<TestFilesEntry />
<!-- </div> -->
</div>
</template>