update dependancy components & config tests - Issue #1776

This commit is contained in:
Laurent GAY
2025-06-27 12:06:04 +02:00
parent 2306cb12ab
commit 3cdba15b3a
3 changed files with 5295 additions and 3415 deletions

View File

@@ -114,6 +114,7 @@ export default defineConfig(({ command }) => {
reporter: ["junit", "default"],
outputFile: path.resolve(__dirname, "./junit.xml"),
coverage: {
reportOnFailure: true,
reporter: ["text", "json", "html"],
reportsDirectory: path.resolve(__dirname, "./coverage"),
include: ["src/**/*.{vue,js,ts}"],