Skip to content

Commit

Permalink
fix: remove router files from exclude tests coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Dec 30, 2024
1 parent 35d06df commit 0f22b3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default mergeConfig(
exclude: [
...configDefaults.exclude,
'e2e/*',
'src/router/**',
'src/services/api/http.js',
'src/services/api/customError.js',
],
Expand All @@ -25,7 +24,6 @@ export default mergeConfig(
exclude: [
'src/main.js',
'**/__tests__/**',
'src/router/**',
'src/services/api/http.js',
'src/services/api/customError.js',
],
Expand Down

0 comments on commit 0f22b3d

Please sign in to comment.