UNPKG

only-changed-jest-watch-plugin

Version:

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

23 lines (22 loc) 438 B
{ "name": "jest-each", "version": "23.5.0", "description": "Parameterised tests for Jest", "main": "build/index.js", "repository": { "type": "git", "url": "https://github.com/facebook/jest.git" }, "keywords": [ "jest", "parameterised", "test", "each" ], "author": "Matt Phillips (mattphillips)", "license": "MIT", "dependencies": { "chalk": "^2.0.1", "pretty-format": "^23.5.0" } }