UNPKG

jest-serial-runner

Version:

Extending the Jest default runner to run tests serially by default

56 lines (55 loc) 1.49 kB
{ "name": "jest-serial-runner", "version": "1.2.1", "description": "Extending the Jest default runner to run tests serially by default", "main": "index.js", "files": [ "index.js" ], "repository": { "type": "git", "url": "git+https://github.com/gabrieli/jest-serial-runner.git" }, "keywords": [ "jest", "jest-runner", "serial", "runinband", "run-in-band" ], "author": "gabrieli <gabriel.ionescu.08@gmail.com>", "contributors": [ "Evan Dwight <effdem3@gmail.com>", "codejedi365 <codejedi365@gmail.com>", "yuanfang-dev <dzcpy@users.noreply.github.com>", "Adam Uhlíř <adam@uhlir.dev>" ], "license": "MIT", "bugs": { "url": "https://github.com/gabrieli/jest-serial-runner/issues" }, "homepage": "https://github.com/gabrieli/jest-serial-runner#readme", "peerDependencies": { "jest-runner": "24.x - 29.x" }, "publishConfig": { "access": "public" }, "devDependencies": { "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", "@commitlint/cz-commitlint": "^17.1.2", "@semantic-release/changelog": "^6.0.1", "commitizen": "^4.2.5", "husky": "^8.0.1", "is-ci": "^3.0.1", "semantic-release": "^19.0.5", "semantic-release-npm-deprecate-old-versions": "^1.3.4" }, "scripts": { "commit": "git commit", "commit-retry": "CZ_RETRY=true git commit", "prepare": "is-ci || husky install", "prepublishOnly": "is-ci || exit 1" } }