Spaces:
Build error
Build error
File size: 178 Bytes
cf9842a | 1 2 3 4 5 6 7 8 9 10 | import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
environment: 'jsdom',
setupFiles: './src/test-setup.ts',
globals: true,
},
})
|