Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 348 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 348 Bytes

jest-serial-runner

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.

Usage

npm install jest-serial-runner --save-dev

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