Add test command to README

This commit is contained in:
Isha 2022-07-07 12:13:05 +02:00
parent 366d34bd9a
commit 43fa50baee

View file

@ -30,3 +30,8 @@ npm run preview
``` ```
npm run lint npm run lint
``` ```
### Runs the tests using vite-jest
```
npm run test
```