feat/bun-transition #21

Merged
david merged 24 commits from feat/bun-transition into main 2026-04-02 04:51:20 +00:00
Showing only changes of commit 4e3b25e2fc - Show all commits
+2 -1
View File
@@ -40,7 +40,8 @@ const mockTournament = {
describe('EditTournamentForm', () => {
beforeEach(() => {
mock.clearAllMocks()
// Only clear the specific mocks we create, not global module mocks
mockFetch.mockClear()
})
it('renders form with initial values', () => {