Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 278 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 278 Bytes

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