24db43eb7f
- 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)
3 lines
50 B
TOML
3 lines
50 B
TOML
[test]
|
|
preload = ["./src/__tests__/bun-setup.ts"]
|