Jest/Vitest


      Jest and Vitest are testing frameworks used for writing unit and integration tests in JavaScript and TypeScript applications.

      I use them to, test components and services in isolation, and cover integration points where needed — helping ensure reliability and catch issues early in development.