jest-validate(latest: 29.7.0) Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.
babel-jest(latest: 29.7.0) Jest plugin to use babel for transformation.
jest-serializer(latest: 28.0.0) > DEPRECATED: Use `v8` APIs directly: https://nodejs.org/api/v8.html#serialization-api
jest-util(latest: 29.7.0) This packages is a collection of utilities and helper functions
jest-worker(latest: 29.7.0) Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.
jest-docblock(latest: 29.7.0) `jest-docblock` is a package that can extract and parse a specially-formatted comment called a "docblock" at the top of a file.
create-jest(latest: 29.7.0) Create a new Jest project
babel-preset-jest(latest: 29.6.3) > Babel preset for all Jest plugins. This preset is automatically included when using [babel-jest](https://github.com/jestjs/jest/tree/main/packages/babel-jest).
@jest/create-cache-key-function(latest: 29.7.0) This module creates a function which is used for generating cache keys used by code transformers in Jest.
pretty-format(latest: 29.7.0) Stringify any JavaScript value.
jest-diff(latest: 29.7.0) Display differences clearly so people can review changes confidently.
expect(latest: 29.7.0) This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/expect).
@jest/expect(latest: 29.7.0) This package extends `expect` library with `jest-snapshot` matchers. It exports `jestExpect` object, which can be used as standalone replacement of `expect`.
jest-matcher-utils(latest: 29.7.0) A set of utility functions for expect and related packages
@jest/expect-utils(latest: 29.7.0) This module exports some utils for the `expect` function used in [Jest](https://jestjs.io/).
babel-plugin-jest-hoist(latest: 29.6.3) Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/jestjs/jest/tree/main/packages/babel-jest).
@jest/schemas(latest: 29.6.3) Experimental and currently incomplete module for JSON schemas for [Jest's](https://jestjs.io/) configuration.
@jest/pattern(latest: 30.0.0-alpha.5) `@jest/pattern` is a helper library for the jest library that implements the logic for parsing and matching patterns.