diff --git a/package.json b/package.json index 9e2caaffc..55a5c69f2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite dev", - "test": "vitest run", + "test": "vitest run --mode development", "build": "vite build", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "pnpm check --watch",