File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1+ import { defineConfig } from 'vitest/config' ;
12import { sveltekit } from '@sveltejs/kit/vite' ;
23import tailwindcss from '@tailwindcss/vite' ;
3- import { defineConfig } from 'vitest/config' ;
44import { playwright } from '@vitest/browser-playwright' ;
5- // import { sveld } from 'svelte-ux/plugins/vite.js';
65import dsv from '@rollup/plugin-dsv' ;
76import { autoType } from 'd3-dsv' ;
87import Icons from 'unplugin-icons/vite' ;
@@ -38,7 +37,6 @@ const config = defineConfig({
3837 plugins : [
3938 tailwindcss ( ) ,
4039 sveltekit ( ) ,
41- // /*sveld(),*/
4240 // @ts -expect-error
4341 dsv ( { processRow : autoType } ) ,
4442 Icons ( {
@@ -68,11 +66,8 @@ const config = defineConfig({
6866 extends : true ,
6967 test : {
7068 name : 'client' ,
71- testTimeout : 10000 ,
72- hookTimeout : 30000 ,
69+ testTimeout : 5000 ,
7370 retry : 3 ,
74- // Disable file parallelism to prevent race conditions during module loading
75- fileParallelism : false ,
7671 browser : {
7772 enabled : true ,
7873 provider : playwright ( ) ,
You can’t perform that action at this time.
0 commit comments