chore: refactoring and tests (#12468)

This commit is contained in:
Adam 2026-02-06 09:37:49 -06:00 committed by GitHub
commit a4bc883595
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 3798 additions and 1488 deletions

View file

@ -14,7 +14,8 @@
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "playwright test",
"test": "bun run test:unit",
"test:unit": "bun test ./src",
"test:e2e": "playwright test",
"test:e2e:local": "bun script/e2e-local.ts",
"test:e2e:ui": "playwright test --ui",