This template should help get you started automate your tests with Vue3 with Vitest and Testing-Library.
# to install all dependencies:
npm install
# run the webapp
npm run dev
# run unit test with vitest
npm run test
This template should help get you started automate your tests with Vue3 with Vitest and Testing-Library.
# to install all dependencies:
npm install
# run the webapp
npm run dev
# run unit test with vitest
npm run test