Skip to content

Commit 06b7b9a

Browse files
authored
added glossary entry for vitest (#1983)
1 parent d4ebb5c commit 06b7b9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/glossary.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,11 @@ husky
784784
785785
Jest
786786
[Jest](https://jestjs.io/) is a JavaScript testing framework.
787-
Volto uses Jest for unit tests.
787+
Volto was previously using Jest for unit tests.
788+
789+
Vitest
790+
[Vitest](https://vitest.dev/) is a modern, Vite-powered testing framework for JavaScript and TypeScript projects.
791+
Volto uses Vitest for running unit tests.
788792
789793
Cypress
790794
[Cypress](https://www.cypress.io/) is a JavaScript testing framework that runs your app in the browser for visually debugging it.

0 commit comments

Comments
 (0)