Skip to content

Commit

Permalink
Update vitest.conf.ts (add rules according to v1 approach)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Tarasevich committed Dec 31, 2024
1 parent df2bbc9 commit 7946fa5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vitest.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ export default defineConfig({
'**/node_modules/**'
],
coverage: {
reporter: ['text'],
provider: "v8",
ignoreEmptyLines: false,
enabled: true,
exclude: ['**/dist/**', '**/__mocks__/**', '**/__fixtures__/**', '**/*.test.ts', '**/src/types/**', '**/src/types.ts', '*.cjs', '*.conf.ts'],
include: ['src/**/*.ts'],
exclude: ['**/types.ts', '**/src/types/**'],
thresholds: {
lines: 90,
functions: 90,
Expand Down

0 comments on commit 7946fa5

Please sign in to comment.