test: frontend exclude uitgebreidt

This commit is contained in:
Timo De Meyst 2025-04-08 18:58:56 +02:00
parent a419562a88
commit 14c52046fc

View file

@ -13,7 +13,7 @@ export default mergeConfig(
reporter: ["text", "json-summary", "json"], reporter: ["text", "json-summary", "json"],
// If you want a coverage reports even if your tests are failing, include the reportOnFailure option // If you want a coverage reports even if your tests are failing, include the reportOnFailure option
reportOnFailure: true, reportOnFailure: true,
exclude: ["**/*config*", "**/tests/**", 'src/*.ts', '**/dist/**', '**/e2e/**', '**/*config*', '**/node_modules/**'], exclude: ["**/*config*", "**/tests/**", 'src/*.ts', 'src/*.vue', '**/dist/**', '**/e2e/**', '**/*config*', '**/node_modules/**'],
thresholds: { thresholds: {
lines: 60, lines: 60,
branches: 60, branches: 60,