Skip to content

Commit

Permalink
🔧 Adjust vitest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Feb 1, 2025
1 parent 93af24d commit 9a9822e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="vitest" />

import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite'

// https://vitejs.dev/config/
export default defineConfig({
Expand All @@ -20,5 +20,7 @@ export default defineConfig({
provider: 'v8',
reporter: ['lcov'],
},
pool: 'threads',
testTimeout: 10000,
},
})

0 comments on commit 9a9822e

Please sign in to comment.