Fix broken test

This commit is contained in:
Mattias Granlund 2023-07-02 16:39:43 +01:00
parent adcf91d165
commit 59fca56995

View File

@ -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",