chore: refactoring and tests, splitting up files (#12495)

This commit is contained in:
Adam 2026-02-06 10:02:31 -06:00 committed by GitHub
commit 2c58dd6203
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
117 changed files with 9455 additions and 5825 deletions

View file

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