Skip to content

Commit

Permalink
Rename UpcomingEvents.test.tsx to UpcomingEvents.spec.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
abbi4code committed Dec 9, 2024
1 parent c21d824 commit 5c349d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ export default defineConfig({
tsconfigPaths(),
],
test: {
include: [
'src/**/*.spec.{js,jsx,ts,tsx}',
'src/screens/UserPortal/Volunteer/UpcomingEvents/*.{spec,test}.{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 5c349d9

Please sign in to comment.