import { HomeIcon } from '@heroicons/react/24/solid'; import { fireEvent, render, screen } from '@testing-library/react'; import { describe, expect, it, vi } from 'vitest'; import { Button } from '../../src/components/Button'; import { renderWithRouter } from '../helpers/renderWithRouter'; describe('Button', () => { it('renders native button with expected type and disabled state', () => { render(