Skip to content

Commit

Permalink
✨ Format code.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGilg committed Dec 15, 2023
1 parent dcc8ba8 commit 9b5b498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export default defineConfig((configEnv) => {
setupFiles: './src/__tests__/setup.ts',
coverage: {
reporter: ['text', 'clover'],
reportsDirectory: 'reports'
}
reportsDirectory: 'reports',
},
},
};
});

0 comments on commit 9b5b498

Please sign in to comment.