Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Mar 31, 2024
1 parent 7a99687 commit f0632a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vike-react-query/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
// test/**/*.test.ts => @brillout/test-e2e
include: ['**/*.spec.*'],
environment: 'jsdom'
}
})

0 comments on commit f0632a3

Please sign in to comment.