chore: implement js test suites
Build Test / test (pull_request) Successful in 1m4s
JS Unit Tests / test (pull_request) Successful in 55s
PHP Integration Tests / Integration Tests (pull_request) Successful in 2m13s
PHP Unit Tests / test (pull_request) Successful in 2m17s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-24 00:13:52 -04:00
parent 6061be119c
commit 4d96ceaad5
4 changed files with 1264 additions and 24 deletions
+3
View File
@@ -27,9 +27,12 @@
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vue/test-utils": "^2.4.10",
"@vue/tsconfig": "^0.9.0",
"jsdom": "^29.1.1",
"typescript": "~6.0.0",
"vite": "^8.0.0",
"vitest": "^4.0.18",
"vue-tsc": "^3.0.5"
}
}