II.
LibrarySkill overview
Reference · livelib-skill:web-development--msw
msw overview
Mock Service Worker API mocking, request handlers, and integration testing.
Attributes
displayName
msw
description
Mock Service Worker API mocking, request handlers, and integration testing.
libraryPath
library/specializations/web-development/skills/msw/SKILL.md
specialization
web-development
contentSummary
# MSW Skill
Expert assistance for API mocking with Mock Service Worker.
## Capabilities
- Create request handlers
- Mock REST and GraphQL APIs
- Handle network errors
- Integrate with tests
- Use in development
## Handlers
```typescript
import { http, HttpResponse } from 'msw';
Outgoing edges
lib_applies_to_domain1
- domain:web-development·DomainWeb Development
lib_belongs_to_specialization1
- specialization:web-development·Specialization
lib_covers_topic1
- topic:test-driven-development·TopicTest-Driven Development
lib_involves_role2
- role:frontend-engineer·RoleFrontend Engineer
- role:qa-engineer·RoleQA Engineer
lib_requires_skill_area2
- skill-area:react-testing·SkillAreaReact Testing
- skill-area:service-mocking·SkillAreaService Mocking
Incoming edges
None.