Skip to content

Commit

Permalink
Update Test Inclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtan2000 committed Oct 19, 2024
1 parent 84a643f commit 5923522
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vitest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export default defineConfig({
provider: 'istanbul',
reporter: ['text', 'json', 'html', 'lcov'],
reportsDirectory: './coverage',
include: ['**/*.test.tsx'],
exclude: ['**/*.ts'],
include: ['app/(main)/classes/**/*.tsx', 'app/(main)/dashboard/**/*.tsx', 'app/(main)/profile/**/*.tsx', 'app/(main)/questions/**/*.tsx', 'app/(main)/quiz/**/*.tsx', 'app/(main)/students/**/*.tsx', 'app/(main)/test/**/*.tsx',],
},
},
plugins: [react()],
Expand Down

0 comments on commit 5923522

Please sign in to comment.