UNPKG

only-changed-jest-watch-plugin

Version:

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

39 lines (38 loc) 795 B
{ "name": "is-ci", "version": "1.2.0", "description": "Detect if your code is running on a CI server", "bin": "bin.js", "main": "index.js", "dependencies": { "ci-info": "^1.3.0" }, "devDependencies": { "clear-require": "^1.0.1", "standard": "^11.0.1" }, "scripts": { "test": "standard && node test.js" }, "repository": { "type": "git", "url": "https://github.com/watson/is-ci.git" }, "keywords": [ "ci", "continuous", "integration", "test", "detect" ], "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)", "license": "MIT", "bugs": { "url": "https://github.com/watson/is-ci/issues" }, "homepage": "https://github.com/watson/is-ci", "coordinates": [ 55.777776, 12.592345 ] }