1 Commits

Author SHA1 Message Date
Sebastian 04f88039f5 chore: implement js test suites
JS Unit Tests / test (pull_request) Successful in 36s
Build Test / test (pull_request) Successful in 38s
PHP Integration Tests / Integration Tests (pull_request) Successful in 56s
PHP Unit Tests / test (pull_request) Successful in 58s
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-24 00:13:45 -04:00
3 changed files with 595 additions and 15 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
services:
mongo:
image: mongo:8
image: mongo:7
options: >-
--health-cmd "mongosh --quiet --eval \"db.adminCommand('ping')\""
--health-interval 5s
+593 -13
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -19,7 +19,7 @@
},
"dependencies": {
"@mdi/js": "^7.4.47",
"pinia": "^4.0.0",
"pinia": "^3.0.0",
"qrcode": "^1.5.4",
"vue": "^3.5.18",
"vue-router": "^5.0.0",