JSPM

@nx/vitest

22.4.0-beta.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 572996
  • Score
    100M100P100Q169816F
  • License MIT

The Nx Plugin for Vitest to enable fast unit testing with Vitest.

Package Exports

  • @nx/vitest
  • @nx/vitest/executors
  • @nx/vitest/executors.json
  • @nx/vitest/executors/test/schema
  • @nx/vitest/executors/test/schema.json
  • @nx/vitest/generators
  • @nx/vitest/generators.json
  • @nx/vitest/generators/configuration/schema
  • @nx/vitest/generators/configuration/schema.json
  • @nx/vitest/generators/init/schema
  • @nx/vitest/generators/init/schema.json
  • @nx/vitest/migrations.json
  • @nx/vitest/package.json

Readme

Nx - Smart Repos · 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 Repos · 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 Vitest 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 Repos · Fast Builds