Skip to content

Commit

Permalink
no cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Feb 6, 2025
1 parent 63ab4a6 commit 23fc11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default mergeConfig(
exclude: [...configDefaults.exclude, '**/node_modules/**', '**/dist/**'],
setupFiles: ['./setup-vitest.mts'],
coverage: {
exclude: ['**/node_modules/**', '**/dist/**', '**/__tests__/**', ...configDefaults.exclude],
exclude: ['**/node_modules/**', '**/dist/**', '**/__tests__/**', '**/cypress/**', ...configDefaults.exclude],
provider: 'v8',
reporter: ['text', 'json', 'html', 'lcov'],
},
Expand Down

0 comments on commit 23fc11a

Please sign in to comment.