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 408 additions and 106 deletions
+407 -105
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -17,7 +17,7 @@
"test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts" "test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts"
}, },
"dependencies": { "dependencies": {
"pinia": "^4.0.0", "pinia": "^2.3.1",
"vue": "^3.5.18", "vue": "^3.5.18",
"vue-router": "^4.5.1", "vue-router": "^4.5.1",
"vuetify": "^4.0.0" "vuetify": "^4.0.0"