JSPM

@nx/jest

23.0.0-rc.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2884011
  • Score
    100M100P100Q195528F
  • License MIT

The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.

Package Exports

  • @nx/jest
  • @nx/jest/executors.json
  • @nx/jest/generators.json
  • @nx/jest/internal
  • @nx/jest/migrations.json
  • @nx/jest/package.json
  • @nx/jest/plugin
  • @nx/jest/plugins/resolver
  • @nx/jest/preset

Readme

Nx - Smart Monorepos · Fast Builds

CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us on the Official Nx Discord Server


Nx: Smart Monorepos · Fast Builds

Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.

This package is a Jest plugin for Nx.

Getting Started

Creating an Nx Workspace

Using npx

npx create-nx-workspace

Using npm init

npm init nx-workspace

Using yarn create

yarn create nx-workspace

Adding Nx to an Existing Repository

Run:

npx nx@latest init

Documentation & Resources

Nx - Smart Monorepos · Fast Builds