Skip to content

Commit

Permalink
Exclude types file from vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Tarasevich committed Dec 31, 2024
1 parent ff740c3 commit e140472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
reporter: ['text'],
provider: "v8",
enabled: true,
exclude: ['**/dist/**', '**/__mocks__/**', '**/__fixtures__/**', '**/*.test.ts'],
exclude: ['**/dist/**', '**/__mocks__/**', '**/__fixtures__/**', '**/*.test.ts', '**/src/types/**', '**/src/types.ts'],
thresholds: {
lines: 99,
functions: 95,
Expand Down

0 comments on commit e140472

Please sign in to comment.