Add vitest

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-04 11:21:35 +01:00
parent 6f2465a452
commit ad58a36707
3 changed files with 50 additions and 31 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"test": "vitest"
},
"dependencies": {
"chart.js": "^4.5.1",