jest-serial-runner
Version:
Extending the Jest default runner to run tests serially by default
40 lines (39 loc) • 985 B
JSON
{
"name": "jest-serial-runner",
"version": "1.2.2",
"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>",
"Regev Brody <regevb@nayax.com>"
],
"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 - 30.x"
},
"publishConfig": {
"access": "public"
}
}