Skip to content

Commit

Permalink
chore(tests): correct the include
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Aug 23, 2024
1 parent 5a18da1 commit 8b0db78
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 @@ -2,7 +2,7 @@ import { defineConfig } from 'vite'

export default defineConfig({
test: {
include: ['./tests/**/*.test.ts'],
include: ['./src/**/*.test.ts'],
setupFiles: ['./tests/setup.js'],
coverage: {
include: ['src'],
Expand Down

0 comments on commit 8b0db78

Please sign in to comment.