only-changed-jest-watch-plugin
Version:
Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules
22 lines (21 loc) • 477 B
JSON
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "23.4.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git"
},
"license": "MIT",
"main": "build/index.js",
"dependencies": {
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-jest": "^23.2.0"
},
"devDependencies": {
"babel-core": "^6.0.0"
},
"peerDependencies": {
"babel-core": "^6.0.0 || ^7.0.0-0"
}
}