mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
11 lines
279 B
Vue
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>
|