[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix typo in Intro.vue (#9784)

authored by

Ben Peachey and committed by
GitHub
(Mar 4, 2026, 3:29 PM +0100) 4e6a23de 8c96bb00

+1 -1
+1 -1
docs/.vitepress/theme/Intro.vue
··· 21 21 transform pipelines. 22 22 </p> 23 23 <p class="text-pretty"> 24 - You can also use Vitest even if you are not using Vite. It is Jest-comptible 24 + You can also use Vitest even if you are not using Vite. It is Jest-compatible 25 25 and works for backend code too. 26 26 </p> 27 27 <a href="/guide/why" target="_blank" class="button w-fit mt-8 block lg:hidden">Learn more</a>