Added more tests.
This commit is contained in:
parent
7cb80ced42
commit
42e6f2c5a8
4 changed files with 68 additions and 6 deletions
|
|
@ -9,12 +9,11 @@ export default mergeConfig(
|
|||
environment: "happy-dom",
|
||||
exclude: [...configDefaults.exclude, "e2e/**"],
|
||||
root: fileURLToPath(new URL("./", import.meta.url)),
|
||||
reporters: [
|
||||
'default',
|
||||
['vitest-sonar-reporter', { outputFile: 'coverage/sonar-report.xml' }],
|
||||
],
|
||||
setupFiles: ["./tests/setup.vuetify.ts"],
|
||||
reporters: ["default", ["vitest-sonar-reporter", { outputFile: "coverage/sonar-report.xml" }]],
|
||||
coverage: {
|
||||
reporter: ["text", "lcov"],
|
||||
exclude: [...(configDefaults.coverage.exclude || []), "**/*.css", "**/*.scss"],
|
||||
},
|
||||
server: {
|
||||
deps: {
|
||||
|
|
@ -22,5 +21,5 @@ export default mergeConfig(
|
|||
},
|
||||
},
|
||||
},
|
||||
}),
|
||||
})
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue