2.0.0 • Published 4 years ago

jest-serial-runner2 v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

jest-serial-runner2

Simple extension of the default Jest runner that makes it run serially (as of running with --runInBand flag) The non-cli functionality is slightly hidden in the Jest docs.

Useful for integration tests.

improvements over 1.0

Code coverage works!

Usage

npm install jest-serial-runner2 --save-dev

Add "runner": "jest-serial-runner2" in your jest config

2.0.0

4 years ago