UNPKG

@codejedi365/jest-serial-runner

Version:

Extending the Jest default runner to run tests serially by default

37 lines (36 loc) 885 B
{ "name": "@codejedi365/jest-serial-runner", "version": "2.0.1", "description": "Extending the Jest default runner to run tests serially by default", "main": "src/index.js", "files": [ "src/index.js" ], "repository": { "type": "git", "url": "git+https://github.com/codejedi365/jest-serial-runner.git" }, "keywords": [ "jest", "jest-runner", "serial", "runinband", "run-in-band" ], "author": "gabrieli <gabriel.ionescu.08@gmail.com>", "contributors": [ "codejedi365 <codejedi365@gmail.com>", "Adam Uhlíř <adam@uhlir.dev>" ], "license": "MIT", "bugs": { "url": "https://github.com/codejedi365/jest-serial-runner/issues" }, "homepage": "https://github.com/codejedi365/jest-serial-runner#readme", "peerDependencies": { "jest-runner": "27.x - 29.x" }, "publishConfig": { "access": "public" } }