Skip to content

Commit

Permalink
Update frontend/vite.config.js
Browse files Browse the repository at this point in the history
Co-authored-by: James Scherer <[email protected]>
Signed-off-by: Angelina Uno-Antonison <[email protected]>
  • Loading branch information
SeriousHorncat and JmScherer authored Jun 28, 2024
1 parent 35f05e2 commit 85b86b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
global: true,
environment: 'happy-dom',
coverage: {
exclude: ['test', 'src/requests.js', '.eslintrc.js', 'src/main.js'],
exclude: ['test', 'src/requests.js', '.eslintrc.cjs', 'src/main.js'],
lines: 80,
functions: 80,
branches: 80,
Expand Down

0 comments on commit 85b86b1

Please sign in to comment.