Skip to content

Commit

Permalink
test only src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
retro committed Dec 3, 2023
1 parent edcaf03 commit 51055c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineConfig } from 'vite';

export default defineConfig({
test: {
include: ['**/*.{test,spec}.?(c|m)[jt]s?(x)'],
include: ['src/**/*.{test,spec}.?(c|m)[jt]s?(x)'],
},
});

0 comments on commit 51055c7

Please sign in to comment.