msw
Installation
SKILL.md
Mock Service Worker (MSW)
API mocking library for browser and Node.js with network-level interception.
Quick Start
Install:
npm install msw --save-dev
Project structure:
src/
mocks/
handlers.ts # Request handlers
browser.ts # Browser setup
server.ts # Node.js setup