jest-slow-test-highlighter
Version:
A custom Jest reporter that identifies and reports on the slowest running tests in your test suite.
22 lines (21 loc) • 536 B
JSON
{
"name": "jest-slow-test-highlighter",
"version": "1.0.2",
"description": "A custom Jest reporter that identifies and reports on the slowest running tests in your test suite.",
"main": "index.js",
"keywords": [
"jest",
"slow-tests",
"reporter",
"performance"
],
"author": "Jonatan Martín Garcia",
"license": "MIT",
"peerDependencies": {
"jest": "^30.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Neizan93/jest-slow-test-highlighter.git"
}
}