Skip to content

Commit

Permalink
fix: do not test the demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball12 committed Mar 9, 2024
1 parent 48902f4 commit 96ff28d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { defineConfig, mergeConfig } from 'vitest/config';
import viteConfig from './vite.config';

export default mergeConfig(
viteConfig,
defineConfig({
test: {
coverage: {
include: ['src/**/*'],
},
},
}),
);

0 comments on commit 96ff28d

Please sign in to comment.