Skip to content

Commit

Permalink
chore: ignore vitest for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Nov 5, 2024
1 parent ea32c9c commit 035509b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
test: {
environment: 'jsdom',
setupFiles: ['vitest.setup.ts'],
exclude:['node_modules','integration_test']
},
resolve: {
alias: {
Expand Down

0 comments on commit 035509b

Please sign in to comment.