UNPKG

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) 568 B
{ "name": "jest-snapshot", "version": "23.5.0", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git" }, "license": "MIT", "main": "build/index.js", "dependencies": { "babel-types": "^6.0.0", "chalk": "^2.0.1", "jest-diff": "^23.5.0", "jest-matcher-utils": "^23.5.0", "jest-message-util": "^23.4.0", "jest-resolve": "^23.5.0", "mkdirp": "^0.5.1", "natural-compare": "^1.4.0", "pretty-format": "^23.5.0", "semver": "^5.5.0" }, "devDependencies": { "prettier": "^1.13.4" } }