[tests] setup tests

This commit is contained in:
2023-06-27 21:35:04 +03:00
parent 5f22e1115f
commit 8f886d1336
3 changed files with 415 additions and 3 deletions
+5 -2
View File
@@ -17,10 +17,13 @@
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
"build": "tsc && vite build",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"typescript": "^5.1.3",
"vite": "^4.3.9"
"vite": "^4.3.9",
"vitest": "^0.32.2"
}
}