chore: refactoring and tests, splitting up files (#12495)
This commit is contained in:
parent
a4bc883595
commit
2c58dd6203
117 changed files with 9455 additions and 5825 deletions
|
|
@ -15,7 +15,8 @@
|
|||
"build": "vite build",
|
||||
"serve": "vite preview",
|
||||
"test": "bun run test:unit",
|
||||
"test:unit": "bun test ./src",
|
||||
"test:unit": "bun test --preload ./happydom.ts ./src",
|
||||
"test:unit:watch": "bun test --watch --preload ./happydom.ts ./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