Skip to content

Commit

Permalink
chore: add test coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed May 9, 2024
1 parent 6fffa7f commit c8f733d
Show file tree
Hide file tree
Showing 6 changed files with 319 additions and 73 deletions.
2 changes: 2 additions & 0 deletions client/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { defineConfig } from 'vite';
import tsconfigPaths from 'vite-tsconfig-paths';

export default defineConfig({
define: { 'import.meta.vitest': false },
plugins: [tsconfigPaths()],
test: {
exclude: ['node_modules', 'server', 'out'],
},
Expand Down
Loading

0 comments on commit c8f733d

Please sign in to comment.