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";
Installs
4
First Seen
Feb 28, 2026
msw — grahamcrackers/skills