msw
Installation
SKILL.md
MSW (Mock Service Worker) Patterns
Setup
npm install -D msw
npx msw init ./public --save # for browser integration
Request Handlers
REST Handlers
// src/testing/handlers.ts
import { http, HttpResponse } from "msw";
npm install -D msw
npx msw init ./public --save # for browser integration
// src/testing/handlers.ts
import { http, HttpResponse } from "msw";