Skip to content

Commit

Permalink
Original Configuration of vitest.config file
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefullcoder committed Dec 26, 2024
1 parent 2411c68 commit 695f842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
svgrPlugin(),
],
test: {
include: ['src/components/LeftDrawerOrg/*.spec.{js,jsx,ts,tsx}'],
include: ['src/**/*.spec.{js,jsx,ts,tsx}'],
globals: true,
environment: 'jsdom',
setupFiles: 'vitest.setup.ts',
Expand Down

0 comments on commit 695f842

Please sign in to comment.