chore: implement js test suites
Build Test / test (pull_request) Successful in 41s
JS Unit Tests / test (pull_request) Successful in 45s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-24 00:13:52 -04:00
parent 2660a5fa15
commit 2c571a8fbc
8 changed files with 1929 additions and 363 deletions
+4 -1
View File
@@ -1,5 +1,4 @@
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": [
"vite.config.*",
"vitest.config.*",
@@ -8,11 +7,15 @@
"playwright.config.*"
],
"compilerOptions": {
"target": "ES2023",
"lib": ["ES2023"],
"skipLibCheck": true,
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
"moduleDetection": "force",
"types": ["node"]
}
}