only-changed-jest-watch-plugin
Version:
Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules
26 lines (25 loc) • 616 B
JSON
{
"name": "jest-runner",
"version": "23.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"exit": "^0.1.2",
"graceful-fs": "^4.1.11",
"jest-config": "^23.5.0",
"jest-docblock": "^23.2.0",
"jest-haste-map": "^23.5.0",
"jest-jasmine2": "^23.5.0",
"jest-leak-detector": "^23.5.0",
"jest-message-util": "^23.4.0",
"jest-runtime": "^23.5.0",
"jest-util": "^23.4.0",
"jest-worker": "^23.2.0",
"source-map-support": "^0.5.6",
"throat": "^4.0.0"
}
}