II.
LibrarySkill overview
Reference · livelib-skill:web-development--jest
jest overview
Jest configuration, mocking strategies, snapshot testing, and coverage.
Attributes
displayName
jest
description
Jest configuration, mocking strategies, snapshot testing, and coverage.
libraryPath
library/specializations/web-development/skills/jest/SKILL.md
specialization
web-development
contentSummary
# Jest Skill
Expert assistance for testing with Jest.
## Capabilities
- Configure Jest for various frameworks
- Implement mocking strategies
- Write snapshot tests
- Configure coverage
- Handle async testing
## Test Patterns
```typescript
describe('UserService', () => {
let se
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_implements_workflow1
- workflow:feature-development·Workflow
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:unit-testing·SkillAreaUnit Testing
Incoming edges
None.