Added more tests.

This commit is contained in:
Liviu Burcusel 2025-11-25 12:02:20 +01:00
parent 7cb80ced42
commit 42e6f2c5a8
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
4 changed files with 68 additions and 6 deletions

View file

@ -1,10 +1,14 @@
{
"extends": "./tsconfig.app.json",
"include": ["tests/**/*.spec.ts", "env.d.ts", "src/**/*", "src/**/*.vue"],
"include": ["tests/**/*.ts", "env.d.ts", "src/**/*", "src/**/*.vue"],
"exclude": [],
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
"types": ["node", "happy-dom"]
},
"paths": {
"~/*": ["./src/*"],
"@/*": ["./src/*"]
}
}