/quicktests-with-vitest

This repo contains code for Vue Mastery's Quick Tests with Vitest course.

Primary LanguageJavaScript

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