Skip to content

Commit

Permalink
exclude translations from vite coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sirineJ committed Dec 17, 2024
1 parent d2c69bd commit 404a752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export default defineConfig({
'test?(s)/**',
'test?(-*).?(c|m)[jt]s?(x)',
'**/*{.,-}{test,spec}.?(c|m)[jt]s?(x)',
'**/translations/*.json.js',
'*.module.css.js',
'**/__tests__/**',
'**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,lint-staged,remix,astro}.config.*',
'**/vitest.{workspace,projects}.[jt]s?(on)',
Expand Down

0 comments on commit 404a752

Please sign in to comment.