We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ebb5c commit 06b7b9aCopy full SHA for 06b7b9a
docs/glossary.md
@@ -784,7 +784,11 @@ husky
784
785
Jest
786
[Jest](https://jestjs.io/) is a JavaScript testing framework.
787
- Volto uses Jest for unit tests.
+ 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.
792
793
Cypress
794
[Cypress](https://www.cypress.io/) is a JavaScript testing framework that runs your app in the browser for visually debugging it.
0 commit comments