1 Commits

Author SHA1 Message Date
Sebastian ef9a17d89b chore: implement js test suites
Build Test / test (pull_request) Successful in 52s
JS Unit Tests / test (pull_request) Successful in 56s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-24 00:13:45 -04:00
2 changed files with 883 additions and 258 deletions
+881 -256
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -20,7 +20,7 @@
"dependencies": {
"@mdi/js": "^7.4.47",
"echarts": "^6.0.0",
"pinia": "^4.0.0",
"pinia": "^3.0.0",
"vue": "^3.5.13",
"vue-echarts": "^8.0.0",
"vue-router": "^5.0.0",
@@ -37,7 +37,7 @@
"vue-tsc": "^3.0.0",
"@vitest/coverage-v8": "^4.1.6",
"@vue/test-utils": "^2.4.10",
"jsdom": "^30.0.0",
"jsdom": "^29.1.1",
"vitest": "^4.1.6"
}
}