test: frontend exclude uitgebreidt
This commit is contained in:
parent
a419562a88
commit
14c52046fc
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default mergeConfig(
|
|||
reporter: ["text", "json-summary", "json"],
|
||||
// If you want a coverage reports even if your tests are failing, include the reportOnFailure option
|
||||
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: {
|
||||
lines: 60,
|
||||
branches: 60,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue