Skip to content

Commit

Permalink
chore: remove exclude old-test since no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Aug 22, 2024
1 parent bc14277 commit ab94a5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vitest.config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { defineConfig } from 'vite'
export default defineConfig({
test: {
include: ['./tests/**/*.e2e.ts'],
exclude: ['./old-tests'],
setupFiles: ['./tests/setup.js'],
},
})
1 change: 0 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { defineConfig } from 'vite'
export default defineConfig({
test: {
include: ['./tests/**/*.test.ts'],
exclude: ['./old-tests'],
setupFiles: ['./tests/setup.js'],
coverage: {
include: ['src'],
Expand Down

0 comments on commit ab94a5a

Please sign in to comment.