1 Commits

Author SHA1 Message Date
Sebastian 69ef5e9479 chore: implement js test suites
Build Test / test (pull_request) Successful in 1m5s
JS Unit Tests / test (pull_request) Successful in 1m6s
Signed-off-by: Sebastian <krupinski01@gmail.com>
2026-07-24 00:13:52 -04:00
2 changed files with 468 additions and 886 deletions
+465 -883
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -17,15 +17,15 @@
"test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts"
},
"dependencies": {
"pinia": "^4.0.0",
"pinia": "^2.3.1",
"vue": "^3.5.18",
"vue-router": "^5.0.0",
"vue-router": "^4.5.1",
"vuetify": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.9.0",
"typescript": "~7.0.0",
"typescript": "~6.0.0",
"vite": "^8.0.0",
"vue-tsc": "^3.0.5",
"@vitest/coverage-v8": "^4.1.6",