Skip to content

Commit

Permalink
chore: exclude react e2e test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jun 25, 2022
1 parent 002cc18 commit 7723084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
globals: true,
include: ['test/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
exclude: ['test/e2e/react.test.ts'],
},
})

0 comments on commit 7723084

Please sign in to comment.