Skip to content

Commit

Permalink
chore: change test scope to exclude e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed Nov 7, 2023
1 parent 510154d commit 03c8a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const dev = defineConfig({
const testing = defineConfig({
resolve: { alias },
test: {
exclude: ['./node_modules/**', './dist/**', './e2e/**'],
globals: true,
setupFiles: [path.resolve(__dirname, './scripts/setup-vitest.js')],
environment: 'jsdom',
Expand Down

0 comments on commit 03c8a7c

Please sign in to comment.