UNPKG

only-changed-jest-watch-plugin

Version:

Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules

13 lines (12 loc) 174 B
{ "name": "example", "version": "1.0.0", "main": "index.js", "license": "MIT", "dependencies": { "jest": "^23.5.0" }, "scripts": { "test": "jest" } }