Skip to content

Commit

Permalink
chore: update vitest3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Feb 5, 2025
1 parent 5b4a4ee commit 07f7127
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 100 deletions.
4 changes: 2 additions & 2 deletions client/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite';
import { defaultExclude, defineConfig } from 'vitest/config';

export default defineConfig({
test: {
exclude: ['node_modules', 'out', 'api'],
exclude: [...defaultExclude, 'out', 'api'],
},
});
Loading

0 comments on commit 07f7127

Please sign in to comment.