Fix tests
This commit is contained in:
parent
1837107ae8
commit
f4c34acb40
4 changed files with 4 additions and 9 deletions
|
|
@ -14,9 +14,9 @@
|
|||
"vite-plugin-pwa/client"
|
||||
],
|
||||
"paths": {
|
||||
"?/*": ["tests/unit/*"],
|
||||
"?/*": ["test/*"],
|
||||
"~/*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts", "tests/**/*.ts"]
|
||||
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts", "test/**/*.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue