MSW
js — so applications and tests can run against realistic mocked responses without changing any application code.
4 resources across 1 library
Glossary Terms(4)
Redux Toolkit
Redux Toolkit (RTK) is the official, opinionated toolset for writing Redux logic, bundling store setup, reducer creation, immutable update helpers, and data-fe…
React Testing Library
React Testing Library (RTL) is a JavaScript testing utility for React components that encourages writing tests around rendered DOM output and user-facing behav…
Vitest
Vitest is a fast, Vite-native JavaScript and TypeScript test runner that provides a Jest-compatible API while using Vite's build pipeline for near-instant test…
MSW (Mock Service Worker)
Mock Service Worker (MSW) is an API mocking library that intercepts outgoing HTTP and GraphQL requests at the network level — using the Service Worker API in b…