chore: refactoring and tests (#12468)
This commit is contained in:
parent
c07077f96c
commit
a4bc883595
39 changed files with 3798 additions and 1488 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue