Skip to content

Commit

Permalink
update vitest config
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Aug 30, 2024
1 parent 65c6f26 commit 9279f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/overlay/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
reporter: ['json'],
},
globals: true,
include: ['./test/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
include: ['./src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
watchExclude: ['.*\\/node_modules\\/.*', '.*\\/dist\\/.*'],
},
resolve: {
Expand Down

0 comments on commit 9279f5d

Please sign in to comment.