yusenthebot

jest

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.

yusenthebot 0 Updated 3mo ago
GitHub

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 jest

Core API / Usage

import jest from 'jest';

// See official documentation for complete API reference
// https://www.npmjs.com/package/jest

Common 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.