only-changed-jest-watch-plugin
Version:
Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "jest-runtime",
"version": "23.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"babel-core": "^6.0.0",
"babel-plugin-istanbul": "^4.1.6",
"chalk": "^2.0.1",
"convert-source-map": "^1.4.0",
"exit": "^0.1.2",
"fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.1.11",
"jest-config": "^23.5.0",
"jest-haste-map": "^23.5.0",
"jest-message-util": "^23.4.0",
"jest-regex-util": "^23.3.0",
"jest-resolve": "^23.5.0",
"jest-snapshot": "^23.5.0",
"jest-util": "^23.4.0",
"jest-validate": "^23.5.0",
"micromatch": "^2.3.11",
"realpath-native": "^1.0.0",
"slash": "^1.0.0",
"strip-bom": "3.0.0",
"write-file-atomic": "^2.1.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"jest-environment-jsdom": "^23.4.0",
"jest-environment-node": "^23.4.0"
},
"bin": {
"jest-runtime": "./bin/jest-runtime.js"
}
}