$ npm install jest-circus
jest-circus
The next-gen test runner for Jest
Circus is a flux-based test runner for Jest that is fast, easy to maintain, and simple to extend.
Install jest-circus
using yarn:
yarn add --dev jest-circus
Or via npm:
npm install --save-dev jest-circus
Configure Jest to use jest-circus
via the testRunner
option:
{
"testRunner": "jest-circus/runner"
}
Or via CLI:
jest --testRunner='jest-circus/runner'
© 2010 - cnpmjs.org x YWFE | Home | YWFE