Added more tests.
This commit is contained in:
parent
5a80d42af8
commit
90b4938bdb
4 changed files with 68 additions and 6 deletions
|
|
@ -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/*"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue