UNPKG

quarantini

Version:

Adds test quarantine functionality to isolate non-deterministic tests.

38 lines (37 loc) 906 B
{ "name": "quarantini", "version": "1.0.0", "description": "Adds test quarantine functionality to isolate non-deterministic tests.", "main": "index.js", "scripts": { "test": "tap ./tests/*.test.js --no-coverage", "update-changelog-version": "node ./scripts/update-changelog-version", "version": "npm run update-changelog-version && git add ./CHANGELOG.md" }, "repository": { "type": "git", "url": "git+https://github.com/michaelgoin/quarantini.git" }, "keywords": [ "quarantine", "test", "testing", "tap" ], "author": "Michael Goin", "license": "MIT", "bugs": { "url": "https://github.com/michaelgoin/quarantini/issues" }, "homepage": "https://github.com/michaelgoin/quarantini#readme", "files": [ "index.js", "src/*.js" ], "dependencies": { "moment": "^2.25.1" }, "devDependencies": { "tap": "^14.10.7" } }