only-changed-jest-watch-plugin
Version:
Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules
18 lines (17 loc) • 576 B
JSON
{
"name": "only-changed-jest-watch-plugin",
"version": "1.0.1",
"author": "Will Ogden <will.ogden@gmail.com>",
"description": "Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules",
"repository": {
"type": "git",
"url": "https://github.com/trustedhousesitters/only-changed-jest-watch-plugin.git"
},
"homepage": "https://github.com/trustedhousesitters/only-changed-jest-watch-plugin",
"main": "index.js",
"license": "MIT",
"dependencies": {
"dependency-tree": "^6.1.1",
"glob": "^7.1.2"
}
}