chore: tests config

This commit is contained in:
max 2022-08-01 23:22:44 +03:00
parent 7131a570f4
commit 6a3ef0f790
5 changed files with 5 additions and 6 deletions

View file

@ -8,7 +8,7 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest --reporter verbose",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"devDependencies": {