Skip to main content

5 docs tagged with "vitest"

View all tags

Introduction to Software Testing

Why testing matters, the testing pyramid, cost of bugs, coverage as a metric, and a tooling overview for JavaScript/TypeScript and Java projects.

React Component Testing

React Testing Library setup, render/screen/fireEvent/userEvent, querying by role and text, testing forms, and testing components that fetch async data.