A lightweight React + Vite application for learning and practicing modern front-end testing techniques using Vitest and React Testing Library.
- β‘οΈ Blazing-fast setup with Vite
- π§ͺ Unit testing with Vitest and React Testing Library
- β
DOM assertions with
jest-dom - π Examples using
getByText,getByRole, andgetByTestId - π§ Mocking
alert()and other side effects - 𧬠Data-Driven Testing (DDT) ready
git clone https://github.com/your-username/react-tester-app.git
cd react-tester-app
npm install