UNPKG

only-changed-jest-watch-plugin

Version:

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

36 lines (35 loc) 778 B
{ "name": "ci-info", "version": "1.4.0", "description": "Get details about the current Continuous Integration environment", "main": "index.js", "dependencies": {}, "devDependencies": { "clear-require": "^1.0.1", "standard": "^11.0.1" }, "scripts": { "test": "standard && node test.js" }, "repository": { "type": "git", "url": "https://github.com/watson/ci-info.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/ci-info/issues" }, "homepage": "https://github.com/watson/ci-info", "coordinates": [ 55.0113914, 14.9747494 ] }