chore: implement js test suites
Build Test / test (pull_request) Successful in 1m16s
JS Unit Tests / test (pull_request) Successful in 1m17s
PHP Integration Tests / Integration Tests (pull_request) Successful in 2m25s
PHP Unit Tests / test (pull_request) Successful in 2m34s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-24 00:13:52 -04:00
parent 44c3b629a2
commit bdd9ee56bb
3 changed files with 1212 additions and 376 deletions
+4 -1
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",
"typescript": "~7.0.0",
"jsdom": "^29.1.1",
"typescript": "~6.0.0",
"vite": "^8.0.0",
"vitest": "^4.0.18",
"vue-tsc": "^3.0.5"
}
}