Skip to content

Commit

Permalink
Update vitest.config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostrider-05 committed Oct 14, 2024
1 parent 67d3b75 commit ee26858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export default defineConfig({
provider: 'istanbul',
exclude: [
'__tests__',
// Ignore generated scripts and code that generates it
'**/schemas/v2/api/',
'**/schemas/v2/generated/',
'**/schemas/v2/scripts/',
'**/utils/openapi.ts',
Expand Down

0 comments on commit ee26858

Please sign in to comment.