Add tests and enhance local draft storage handling

This commit is contained in:
2026-03-31 01:50:29 +02:00
parent e23bcac025
commit 4df1773c95
7 changed files with 296 additions and 43 deletions

View File

@@ -8,9 +8,11 @@
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"test:typecheck": "tsc --noEmit",
"lint": "eslint .",
"format": "prettier --write .",
"test": "vitest run",
"test:browser": "playwright test",
"test:watch": "vitest",
"test:e2e": "playwright test"
},