From 445367bf5aa6a05c781641dc1f18967fef126c17 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Wed, 25 Sep 2024 14:08:53 +0530 Subject: [PATCH] docs: add the pronounciation of vitest :) (#6497) Co-authored-by: Vladimir --- docs/guide/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index 5e1674bb572a..60bfccbbfc80 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -6,7 +6,9 @@ title: Getting Started | Guide ## Overview -Vitest is a next generation testing framework powered by Vite. +Vitest (pronounced as _"veetest"_) is a next generation testing framework +powered by +Vite. You can learn more about the rationale behind the project in the [Why Vitest](/guide/why) section.