Skip to content

Commit

Permalink
Update vitest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoLockLock authored Sep 26, 2024
1 parent f4d6d16 commit 365c104
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 @@ -15,7 +15,7 @@ export default defineConfig({
// https://vitest.dev/guide/migration.html
globals: true,
environment: 'jsdom',
dir: 'tests',
dir: 'src',
reporters: 'basic',
coverage: {
reporter: ['text', 'json', 'html', 'text-summary'],
Expand Down

0 comments on commit 365c104

Please sign in to comment.