Delightful JavaScript Testing.. Use when: 13367 Dependents; ๐ฉ๐ปโ๐ป Developer Ready: Complete and ready to set-up JavaScript testing solution. Works out of the box for any React project; ๐ธ Snapshot Testing: Jest can capture snapshots of React trees or other serializable values to simplify UI testing. NOT for: production runtime logic; replacing static type checking.
Install
npx skillscat add yusenthebot/skills-pack/jest Install via the SkillsCat registry.
SKILL.md
jest
Overview
Delightful JavaScript Testing.. Works out of the box for any React project.
Installation
npm install jestCore API / Usage
import jest from 'jest';
// See official documentation for complete API reference
// https://www.npmjs.com/package/jestCommon Patterns
Key Features
- 4 Dependencies
- 13367 Dependents
- 376 Versions
- ๐ฉ๐ปโ๐ป Developer Ready: Complete and ready to set-up JavaScript testing solution. Works out of the box for any React project.
Configuration
See the official documentation for configuration options and advanced settings.
Tips & Gotchas
- Includes built-in TypeScript type definitions.
- Current version: 30.2.0. Check the changelog when upgrading across major versions.