2.0.0 • Published 2 years ago
@getoutline/jest-runner-serial v2.0.0
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
2.0.0
2 years ago