only-changed-jest-watch-plugin
Version:
Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules
21 lines (20 loc) • 453 B
JSON
{
"name": "jest-watcher",
"description": "Delightful JavaScript Testing.",
"version": "23.4.0",
"main": "build/index.js",
"dependencies": {
"ansi-escapes": "^3.0.0",
"chalk": "^2.0.1",
"string-length": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest"
},
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"homepage": "https://jestjs.io/",
"license": "MIT"
}