Fix tests

This commit is contained in:
wvffle 2022-09-06 09:18:15 +00:00 committed by Georg Krause
commit f4c34acb40
4 changed files with 4 additions and 9 deletions

View file

@ -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"]
}