Détail du package

@ethersphere/jest-serial-runner

codejedi3657MIT1.0.0

Extending the Jest default runner to run tests serially - useful for integration tests

jest, jest-runner, serial, runinband

readme

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 @ethersphere/jest-serial-runner --save-dev

Add "runner": "@ethersphere/jest-serial-runner" in your jest config

Credit

Credit to @codejedi365 and @gabrieli that developed the original solution.