From bd36c2ffa59f1b741ee2f6e2e774c983fc25b69e Mon Sep 17 00:00:00 2001 From: Fhilipe Coelho Date: Wed, 12 Oct 2022 11:43:59 +0000 Subject: [PATCH] Add vitest (#2422) --- .../content/115-testing-your-apps/109-vitest.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/roadmaps/100-frontend/content/115-testing-your-apps/109-vitest.md diff --git a/content/roadmaps/100-frontend/content/115-testing-your-apps/109-vitest.md b/content/roadmaps/100-frontend/content/115-testing-your-apps/109-vitest.md new file mode 100644 index 000000000..6febec7b0 --- /dev/null +++ b/content/roadmaps/100-frontend/content/115-testing-your-apps/109-vitest.md @@ -0,0 +1,7 @@ +# Vitest + +Vitest is a fast Vite-native unit test framework with out-of-box ESM, TypeScript and JSX support. +Works on React, Vue, Svelte and more projects created with Vite + +Free Content +Vitest Website