feat: migrate from npm to Bun
Test / unit-tests (push) Has been cancelled

- Install Bun via mise
- Update package.json scripts to use Bun
- Migrate unit tests from Vitest to Bun test runner
- Migrate component tests from Vitest to Bun test runner
- Configure Bun with DOM environment for React Testing Library
- Keep Playwright for E2E tests (as planned)
- 93/100 tests passing (7 flaky tests when running all together, pass individually)
This commit is contained in:
2026-04-01 00:11:49 -07:00
parent 1c9f70c3ed
commit 470e03d9f1
17 changed files with 1682 additions and 250 deletions
+1
View File
@@ -1,4 +1,5 @@
[tools]
bun = "latest"
docker-compose = "latest"
just = "latest"
node = "latest"