Skip to content

Commit

Permalink
Fix vite config
Browse files Browse the repository at this point in the history
Signed-off-by: Thilo Aschebrock <[email protected]>
  • Loading branch information
ThiloAschebrock committed Sep 15, 2023
1 parent 4246390 commit 9750434
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
deps: {
inline: ['vitest-canvas-mock'],
},
setupFiles: ['@testing-library/jest-dom', 'vitest-setup.ts'],
css: { modules: { classNameStrategy: 'non-scoped' } },
environmentOptions: {
Expand Down

0 comments on commit 9750434

Please sign in to comment.