JSPM

jest-circus

24.0.0-alpha.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24211041
  • Score
    100M100P100Q229034F
  • License MIT

Package Exports

  • jest-circus
  • jest-circus/build/legacy_code_todo_rewrite/jest_adapter_init
  • jest-circus/build/legacy_code_todo_rewrite/jest_expect
  • jest-circus/runner

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jest-circus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

jest-circus

The next-gen test runner for Jest

Overview

Circus is a flux-based test runner for Jest that is fast, easy to maintain, and simple to extend.

Installation

Install jest-circus using yarn:

yarn add --dev jest-circus

Or via npm:

npm install --save-dev jest-circus

Configure

Configure Jest to use jest-circus via the testRunner option:

{
  "testRunner": "jest-circus/runner"
}

Or via CLI:

jest --testRunner='jest-circus/runner'