add and change multiple vitests

This commit is contained in:
StarAppeal
2025-09-09 05:37:57 +02:00
parent 63d9c796f6
commit 6bba31e575
25 changed files with 2107 additions and 874 deletions
+4 -1
View File
@@ -5,14 +5,17 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"lib": ["ES2022"],
"skipLibCheck": true,
"outDir": "./dist",
"types": ["node", "vitest/globals"],
"typeRoots": [
"./node_modules/@types",
"./types"
]
},
"include": [
"src/**/*.ts"
"src/**/*.ts",
"tests/**/*.ts"
]
}