Skip to content

Commit

Permalink
Merge pull request #1070 from EcrituresNumeriques/fix/exclude-test-co…
Browse files Browse the repository at this point in the history
…verage
  • Loading branch information
thom4parisot authored Oct 29, 2024
2 parents d84a4a9 + 6c2f541 commit 830fe2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export default defineConfig(async ({ mode }) => {
'**/public/**',
'**/*.config.*',
'**/{tests,bin}/*',
'**/*.test.jsx?',
]
},
environment: 'jsdom',
Expand Down

0 comments on commit 830fe2d

Please sign in to comment.