Quicktests with Vitest Look at the Vitest documentation to learn more Setup Make sure to install the dependencies: # yarn yarn install # npm npm install Run Unit Tests with Vitest yarn test:unit