1 Commits

Author SHA1 Message Date
Sebastian 200c5d15b5 chore: implement js test suites
Build Test / test (pull_request) Successful in 50s
JS Unit Tests / test (pull_request) Successful in 47s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-24 00:13:45 -04:00
2 changed files with 821 additions and 255 deletions
+819 -253
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -18,7 +18,7 @@
"test:coverage": "vitest run --coverage --config tests/js/vitest.config.ts"
},
"dependencies": {
"pinia": "^4.0.0",
"pinia": "^3.0.0",
"vue": "^3.5.18",
"vue-router": "^5.0.0",
"vuetify": "^4.0.0"
@@ -31,7 +31,7 @@
"vue-tsc": "^3.0.5",
"@vitest/coverage-v8": "^4.1.6",
"@vue/test-utils": "^2.4.10",
"jsdom": "^30.0.0",
"jsdom": "^29.1.1",
"vitest": "^4.1.6"
}
}